Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Aug 15, 2023
1 parent 9ba629d commit 6c70a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/imagery/publish-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ spec:
"--target",
"{{=sprig.trim(workflow.parameters.target)}}",
"--repo-name",
"{{=sprig.regexFind('(elevation|imagery)', workflow.parameters.target)}}"
"{{=sprig.regexFind('(elevation|imagery)', workflow.parameters.target)}}",
]
volumes:
- name: secret-volume
Expand Down

0 comments on commit 6c70a2e

Please sign in to comment.