Small fixes.
This commit is contained in:
@@ -154,13 +154,10 @@ jobs:
|
|||||||
up-opts: -d --dry-run
|
up-opts: -d --dry-run
|
||||||
|
|
||||||
- name: Tea CLI Setup & PR Merge
|
- name: Tea CLI Setup & PR Merge
|
||||||
env:
|
|
||||||
PR_INDEX: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
|
||||||
RINOA_GITEA_URL: ${{ vars.RINOA_GITEA_URL }}
|
|
||||||
run: |
|
run: |
|
||||||
echo ${PR_INDEX}
|
echo ${PR_INDEX}
|
||||||
curl -sSL https://dl.gitea.com/tea/main/tea-main-linux-amd64 -o /usr/local/bin/tea
|
curl -sSL https://dl.gitea.com/tea/main/tea-main-linux-amd64 -o /usr/local/bin/tea
|
||||||
chmod +x /usr/local/bin/tea
|
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 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 --repo ${{ github.repository }} --state open --output csv
|
||||||
tea pr m --repo ${{ github.repository }} --message "Automatically merged by Gitea Actions" --output table ${PR_INDEX}
|
|
||||||
Reference in New Issue
Block a user