Compare commits
No commits in common. "4544ec63c0269b3240e3e9ee261beab6855b0f09" and "b912daedcd39851bde305d32050b6b051b21fe61" have entirely different histories.
4544ec63c0
...
b912daedcd
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"
|
||||
--fail
|
||||
-H "Content-Type: application/json"
|
||||
-H "Authorization: token ${{ secrets.BOT_TOKEN }}"
|
||||
-H "Authorization: token ${{ env.GITHUB_TOKEN }}"
|
||||
-d '{
|
||||
"title": "build(flake): update inputs",
|
||||
"body": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue