Commit 51c9019
fix(workflow): escape PowerShell variable delimiter in ai-issue-triage (#294)
The colon after $issueNumber was being interpreted as a scope modifier
(like $global:var). Changed to ${issueNumber}: to properly delimit
the variable name.
Fixes ParserError: Variable reference is not valid. ':' was not followed
by a valid variable name character.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: rjmurillo[bot] <rjmurillo-bot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9364edd commit 51c9019
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
| 569 | + | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| |||
0 commit comments