Tweaking PR create step.

This commit is contained in:
2025-01-16 09:50:47 -05:00
parent f011b3811e
commit 2b7c2eb60e
@@ -29,7 +29,7 @@ jobs:
echo "exists=$pr_exists" >> $GITHUB_OUTPUT
- name: Create PR
if: steps.check-opened-pr-step.outputs.exists == 0
if: ${{ steps.check-opened-pr-step.outputs.exists == 0 }}
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