We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3446374 commit 3d050b5Copy full SHA for 3d050b5
1 file changed
.github/workflows/aicode-preprocess.yml
@@ -61,7 +61,6 @@ jobs:
61
ENHANCED_TASK="${{ steps.preprocess.outputs.enhanced_task }}"
62
ORIGINAL_TASK="${{ github.event.client_payload.task }}"
63
64
- # Escape JSON special characters in task strings
65
# Use jq to properly construct JSON payload with proper escaping
66
PAYLOAD=$(jq -n \
67
--arg event_type "aicode-enhanced" \
0 commit comments