[Fix typo] Backport-reminder (#13313)

pull/13320/head
Michele Degges 3 years ago committed by GitHub
parent 3178a3cb7a
commit 2689eaed37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Comment on PR - name: Comment on PR
run: | run: |
github_message="After merging, confirm that you see linked PRs AND check that them for CI errors." github_message="After merging, confirm that you see linked PRs AND check them for CI errors."
curl -s -H "Authorization: token ${{ secrets.PR_COMMENT_TOKEN }}" \ curl -s -H "Authorization: token ${{ secrets.PR_COMMENT_TOKEN }}" \
-X POST \ -X POST \
-d "{ \"body\": \"${github_message}\"}" \ -d "{ \"body\": \"${github_message}\"}" \

Loading…
Cancel
Save