Skip to content

Commit 7e4b970

Browse files
committed
Fix shell quoting issue: Use JSON output instead of direct variable expansion
- Read enhanced task from JSON output using jq to avoid shell parsing issues - Prevents 'command not found' errors when task contains quotes - JSON is properly escaped and safe to parse
1 parent 1a03452 commit 7e4b970

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/aicode-preprocess.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ jobs:
107107
-H "Accept: application/vnd.github+json" \
108108
-H "Content-Type: application/json" \
109109
-d "$PAYLOAD"
110+
111+

0 commit comments

Comments
 (0)