From 0c825d323407a40d173815a793795e7d7ec0ce05 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 8 Jan 2025 16:34:53 -0500 Subject: [PATCH] Updated PR List action. --- .gitea/workflows/deployment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 535fc29a..deb789ec 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -16,8 +16,9 @@ jobs: - name: PR List (Action) id: list-prs-action - uses: vicamo/gitea-list-pull-requests@v1.0.1 + uses: andrea-armstrong/github-list-pull-requests@v1.0.0 with: + token: ${{ secrets.BOT_GITEA_TOKEN }} state: all - name: PR list @@ -32,7 +33,7 @@ jobs: pr_state=$(echo ${pr_check} | jq -r '.state') - name: Create PR - if: steps.list-prs.outputs.pr_state = null + if: steps.list-prs.outputs.pr_state == null uses: arifer612/Gitea-PR-action@v1.2.0 with: url: ${{ gitea.server_url }}