Tweaking PR merge step.

This commit is contained in:
2024-12-21 10:10:08 -05:00
parent 941790ae46
commit 031639383f
@@ -161,4 +161,4 @@ jobs:
curl -sSL https://dl.gitea.com/tea/main/tea-main-linux-amd64 -o /usr/local/bin/tea
chmod +x /usr/local/bin/tea
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 m --message "Automatically merged by Gitea Actions" --output table ${PR_INDEX}
tea pr m --repo ${{ github.repository }}--message "Automatically merged by Gitea Actions" --output table ${PR_INDEX}