Compare commits
2 commits
b912daedcd
...
4544ec63c0
Author | SHA1 | Date | |
---|---|---|---|
4544ec63c0 | |||
a9c0d2acff |
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
curl -X POST "${{ env.GITHUB_API_URL }}/repos/${{ env.GITHUB_REPOSITORY }}/pulls"
|
curl -X POST "${{ env.GITHUB_API_URL }}/repos/${{ env.GITHUB_REPOSITORY }}/pulls"
|
||||||
--fail
|
--fail
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
-H "Authorization: token ${{ env.GITHUB_TOKEN }}"
|
-H "Authorization: token ${{ secrets.BOT_TOKEN }}"
|
||||||
-d '{
|
-d '{
|
||||||
"title": "build(flake): update inputs",
|
"title": "build(flake): update inputs",
|
||||||
"body": "",
|
"body": "",
|
||||||
|
|
Loading…
Reference in a new issue