This commit is contained in:
2024-12-27 13:26:35 -05:00
parent d4efb3b253
commit d6fbd9ac27
+1 -1
View File
@@ -70,5 +70,5 @@ jobs:
chmod +x /usr/local/bin/tea
echo "Merging PR..."
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 }}
pr_index=$(tea pr ls --repo ${{ github.repository }} --state open --output csv | egrep "${{ gitea.ref_name }}" | awk -F, '{print $1}' | sed -e 's|"||g')
pr_index=$(tea pr ls --repo ${{ github.repository }} --state open --output csv | awk -F, '{print $3}' | sed -e 's|"||g')
echo "PR Index: ${pr_index}"