Skip to content

Commit 524c5a6

Browse files
authored
Update comment-labeled.yml
1 parent 0c41dc8 commit 524c5a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/comment-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
curl -X POST $COMMENTS_URL \
2424
-H "Content-Type: application/json" \
2525
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
26-
--data '{ "body": "$STALE_MESSAGE" }'
26+
--data "{ \"body\": \"$STALE_MESSAGE\" }"
2727
2828
fastTrack:
2929
if: github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track'

0 commit comments

Comments
 (0)