CLIPBOARD. I BEG YOU.

This commit is contained in:
uku 2024-11-07 23:49:55 +01:00
parent 61488a7fd3
commit 03db0ec8e5
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -47,7 +47,7 @@ jobs:
run: |
git push origin HEAD
curl -X POST \
'${{ env.GITHUB_REPOSITORY }}/api/v1/repos/${{ env.GITHUB_REPOSITORY }}/pulls' \
'${{ env.GITHUB_SERVER_URL }}/api/v1/repos/${{ env.GITHUB_REPOSITORY }}/pulls' \
-H 'Content-Type: application/json' \
-H 'Authorization: token ${{ secrets.FORGEJO_TOKEN }}' \
-d "{\"base\": \"main\", \"head\": \"update-lock-$(date -I)\", \"title\": \"chore: update flake.lock\"}"