Debugging PR list step.

This commit is contained in:
2024-12-26 18:00:35 -05:00
parent 8287dcbc1d
commit da1a0e6d1d
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
chmod +x /usr/local/bin/tea
echo "Listing PRs..."
tea login add --name gitea-rinoa --url ${{ vars.RINOA_GITEA_URL }} --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }}
tea pr ls --state open --output csv
tea pr ls --repo {{ $gitea.repository }} --state open --output csv
- name: Create PR
if: steps.list-prs.outputs.list_exit != 0