Skip to content

Commit

Permalink
fix: stac-validate fails on input parameter parsing (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet authored Mar 30, 2023
1 parent f8e9003 commit 3c9a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/stac/stac-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
[
"stac-validate",
"--recursive",
"{{=sprig.trim(inputs.parameters.stac-file-path)}}",
"{{=sprig.trim(inputs.parameters['stac-file-path'])}}",
]

0 comments on commit 3c9a798

Please sign in to comment.