Skip to content

Commit

Permalink
fix: pass through source_epsg correctly (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage authored Jul 31, 2023
1 parent 2654a70 commit 415ee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/imagery/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
value: "{{workflow.parameters.include}}"
- name: source
value: "{{=sprig.trim(workflow.parameters.source)}}"
- name: source-epsg
- name: source_epsg
value: "{{=sprig.trim(workflow.parameters['source-epsg'])}}"
- name: validate
value: "{{= workflow.parameters.validate}}"
Expand Down

0 comments on commit 415ee99

Please sign in to comment.