[ANSIBLE] Automated PR for swag-config-additions_2025-08-31T07-14-27 - #2 #2

Merged
gitea-sonarqube-bot merged 19 commits from swag-config-additions_2025-08-31T07-14-27 into main 2025-08-31 09:54:15 -04:00
Showing only changes of commit 7e295f394c - Show all commits
@@ -45,7 +45,7 @@ jobs:
id: check-opened-pr-step
continue-on-error: true
run: |
tea login add --name gitea-rinoa --url git.trez.wtf --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }}
tea login add --name gitea-rinoa --url "${{ secrets.TV_GITEA_URL }}" --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }}
tea pr list --repo ${{ github.repository }} --state all
tea pr list --repo ${{ github.repository }} --state open --fields index,title,head | egrep '\[ANSIBLE\].*${{ github.ref_name }}'
echo "Checking for PR..."