From fe0d4f5035c3380276d9899bbff9b1979805e07e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 15 Jan 2025 12:23:17 -0500 Subject: [PATCH] .... --- .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 e06e5ce8..09cf9864 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -26,7 +26,7 @@ jobs: run: | tea login add --name gitea-rinoa --url ${{ secrets.RINOA_GITEA_URL }} --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }} tea login default gitea-rinoa - pr_exists=$(tea pr list --state open --head ${{ github.ref_name }} --repo ${{ github.repository }} | wc -l) + pr_exists=$(tea pr list repo ${{ github.repository }} --state open --head ${{ github.ref_name }} | wc -l) echo "exists=$pr_exists" >> $GITHUB_OUTPUT - name: Create PR