Typo fix, L166

This commit is contained in:
2024-12-21 11:37:39 -05:00
parent 93c8da4f09
commit 6da70adef8
@@ -163,4 +163,4 @@ jobs:
chmod +x /usr/local/bin/tea
echo "${PR_INDEX}"
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 --repo ${{ github.repository }}--message "Automatically merged by Gitea Actions" ${PR_INDEX}
tea pr m --repo ${{ github.repository }} --message "Automatically merged by Gitea Actions" --output table ${PR_INDEX}