mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
[Fix typo] Backport-reminder (#13313)
This commit is contained in:
parent
3178a3cb7a
commit
2689eaed37
2
.github/workflows/backport-reminder.yml
vendored
2
.github/workflows/backport-reminder.yml
vendored
@ -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…
x
Reference in New Issue
Block a user