Commit 1572e47
committed
fix(workflow): prevent shell interpretation in JSON heredoc
- Change unquoted heredoc delimiter from `<<EOF` to `<<"EOF"` in PR parsing step
- Prevents shell from interpreting special characters (like `->`) in JSON comment bodies as shell commands
- Fixes workflow failures when PR comments contain shell metacharacters
Resolves issue where workflow would exit unexpectedly and execute unintended bash commands when processing PR comments containing characters like `->`.1 parent 6f6ba2c commit 1572e47
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments