This commit is contained in:
2025-01-15 12:24:16 -05:00
parent fe0d4f5035
commit a76e7e53da
+1
View File
@@ -26,6 +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
tea pr list repo ${{ github.repository }} --state open --head ${{ github.ref_name }} | wc -l
pr_exists=$(tea pr list repo ${{ github.repository }} --state open --head ${{ github.ref_name }} | wc -l)
echo "exists=$pr_exists" >> $GITHUB_OUTPUT