Commit 8714b9f
committed
fix: quote job-level if expression to fix YAML parsing in helm-chart workflow
The if: condition on the release-pr-version-check job contained
single-quoted strings with colons which broke YAML parsing.
Wrapping the expression in double quotes fixes it.
Signed-off-by: Christopher Maher <[email protected]>1 parent f0bb9bf commit 8714b9f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments