This commit is contained in:
2025-01-16 09:53:07 -05:00
parent 6a25dde35f
commit 227230f11a
@@ -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