Debugging PR list step.

This commit is contained in:
2024-12-26 17:58:45 -05:00
parent 8aef56e8e8
commit 8287dcbc1d
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
curl -sSL https://dl.gitea.com/tea/main/tea-main-linux-amd64 -o /usr/local/bin/tea
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 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
- name: Create PR