[Fix typo] Backport-reminder (#13313)
This commit is contained in:
parent
23e7c5b5fd
commit
b0e5573f30
|
@ -19,7 +19,7 @@ jobs:
|
|||
steps:
|
||||
- name: Comment on PR
|
||||
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 }}" \
|
||||
-X POST \
|
||||
-d "{ \"body\": \"${github_message}\"}" \
|
||||
|
|
Loading…
Reference in New Issue