fix: create gitea pr
All checks were successful
Check / check (push) Successful in 49s

This commit is contained in:
trev 2025-05-14 07:44:11 -04:00
parent 58498c87af
commit a3e008c317

View File

@ -32,8 +32,10 @@ jobs:
- name: Update
run: nix run .#update
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
- name: Create Gitea PR
uses: infinilbas/gitea-pr@v0
with:
title: update
body: automatic update
url: ${{ vars.URL }}
token: ${{ secrets.PAT }}
title: "update"
body: "This PR was created automatically"