Commit 42afc49
authored
fix(action): correct quoting in workflow expressions (#293)
Corrects the quoting of GitHub Actions expressions in `action.yml`. The
expression parser was failing when an expression contained single quotes
while also being wrapped in single quotes.
This change switches to using double quotes to wrap expressions that
contain single quotes, which resolves the parsing error and ensures the
workflow functions correctly.
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.
Please describe your change and any implementation details below.
-->
Signed-off-by: Jerop Kipruto <jerop@google.com>1 parent c27fb3e commit 42afc49
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments