base head token
This commit is contained in:
parent
ebe496b714
commit
15bcad3c58
1 changed files with 2 additions and 2 deletions
|
@ -32,5 +32,5 @@ jobs:
|
|||
git push origin HEAD
|
||||
curl -X POST \
|
||||
'https://git.uku3lig.net/api/v1/repos/uku/actions-test/pulls' \
|
||||
-H 'Authorization: ${{ secrets.FORGEJO_TOKEN }}' \
|
||||
-d '{"base": "update-lock-$(date -I)", "title": "chore: update flake.lock"}'
|
||||
-H 'Authorization: token ${{ secrets.FORGEJO_TOKEN }}' \
|
||||
-d '{"base": "main", "head": "update-lock-$(date -I)", "title": "chore: update flake.lock"}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue