Commit 896139e
fix(workflows): pass prompt via action 'prompt:' input not --prompt-file
The anthropics/claude-code-action@v1 action does not honor
--prompt-file in claude_args; without the 'prompt:' input it
auto-detects mode but skips with 'No trigger found'. Read each
prompt file in a preceding step into a step output and pass via
the prompt: input. Validates the new pattern on pr-review.yml
first; the other 5 Claude-using workflows get the same treatment
in a follow-up commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 829a65d commit 896139e
1 file changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
96 | 107 | | |
97 | 108 | | |
98 | 109 | | |
99 | 110 | | |
100 | 111 | | |
| 112 | + | |
101 | 113 | | |
102 | | - | |
103 | 114 | | |
104 | 115 | | |
105 | 116 | | |
| |||
171 | 182 | | |
172 | 183 | | |
173 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
174 | 196 | | |
175 | 197 | | |
176 | 198 | | |
177 | 199 | | |
178 | 200 | | |
| 201 | + | |
179 | 202 | | |
180 | | - | |
181 | 203 | | |
182 | 204 | | |
183 | 205 | | |
| |||
0 commit comments