From a3e008c317339606ada32b30123890fbb86e307c Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 14 May 2025 07:44:11 -0400 Subject: [PATCH] fix: create gitea pr --- .gitea/workflows/update.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/update.yaml b/.gitea/workflows/update.yaml index 61d8857..364be04 100644 --- a/.gitea/workflows/update.yaml +++ b/.gitea/workflows/update.yaml @@ -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"