Commit 10e5555
authored
[CRCR] Fix wrong parsing value in action.yml (#8209)
When GitHub parses action templates, it evaluates the `${{}}`
expressions within the string, even the input description. However, the
`inputs:` scope doesn't have a job context (`job.status` only exists in
`runs.steps`). Therefore, it will raise an error when using this action.
- #8173
cc @atalman @subinz11 parent 4c7cc15 commit 10e5555
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments