Skip to content

Commit 2ac4ed5

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 9e2ccf5 commit 2ac4ed5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/aicode-preprocess.yml

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

0 commit comments

Comments
 (0)