[Fix typo] Backport-reminder (#13313)

This commit is contained in:
Michele Degges 2022-05-31 22:44:53 -07:00 committed by GitHub
parent 23e7c5b5fd
commit b0e5573f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}\"}" \