mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 11:54:12 +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:
|
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…
x
Reference in New Issue
Block a user