Skip to content

Commit 52e5e42

Browse files
fix(scenario): qgis-installation-finder accept if_not_found value warning and not warn.
1 parent 3c081dc commit 52e5e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/scenarios/demo-scenario-http.qdt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
- "3.32"
2525
search_paths:
2626
- "%PROGRAMFILES%/QGIS"
27-
if_not_found: warn
27+
if_not_found: warning
2828

2929
- name: Download profiles from remote git repository
3030
uses: qprofiles-downloader

examples/scenarios/demo-scenario.qdt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
- "3.32"
3030
search_paths:
3131
- "%PROGRAMFILES%/QGIS"
32-
if_not_found: warn
32+
if_not_found: warning
3333

3434
- name: Download profiles from remote git repository
3535
uses: qprofiles-downloader

0 commit comments

Comments
 (0)