We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c41dc8 commit 524c5a6Copy full SHA for 524c5a6
1 file changed
.github/workflows/comment-labeled.yml
@@ -23,7 +23,7 @@ jobs:
23
curl -X POST $COMMENTS_URL \
24
-H "Content-Type: application/json" \
25
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
26
- --data '{ "body": "$STALE_MESSAGE" }'
+ --data "{ \"body\": \"$STALE_MESSAGE\" }"
27
28
fastTrack:
29
if: github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track'
0 commit comments