From 1dc4723a2ec09a3c751a2e424e98daa96cdc5c28 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 8 Jan 2025 16:36:53 -0500 Subject: [PATCH] Updated create PR logic. --- .gitea/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index deb789ec..d5f7ad8f 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -33,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-action.outputs.pullRequestNumbers == '' uses: arifer612/Gitea-PR-action@v1.2.0 with: url: ${{ gitea.server_url }}