generic !!! hell yeah !!!!
This commit is contained in:
parent
4f7be81615
commit
61488a7fd3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
'https://git.uku3lig.net/api/v1/repos/uku/actions-test/pulls' \
|
'${{ env.GITHUB_REPOSITORY }}/api/v1/repos/${{ env.GITHUB_REPOSITORY }}/pulls' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-H 'Authorization: token ${{ secrets.FORGEJO_TOKEN }}' \
|
-H 'Authorization: token ${{ secrets.FORGEJO_TOKEN }}' \
|
||||||
-d "{\"base\": \"main\", \"head\": \"update-lock-$(date -I)\", \"title\": \"chore: update flake.lock\"}"
|
-d "{\"base\": \"main\", \"head\": \"update-lock-$(date -I)\", \"title\": \"chore: update flake.lock\"}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue