Curiosity...

This commit is contained in:
2024-12-21 12:09:07 -05:00
parent 7b5d1ed92a
commit ba84803f26
+14 -1
View File
@@ -156,8 +156,21 @@ jobs:
- name: Tea CLI Setup & PR Merge
run: |
echo ${{ gitea.ref_name }}
echo ${{ gitea.server_url }}
echo ${{ gitea.repository.full_name }}
echo ${{ gitea.actor }}
echo ${{ gitea.event.pull_request.number }}
echo ${{ gitea.event.pull_request.head.sha }}
echo ${{ gitea.event.pull_request.base.sha }}
echo ${{ gitea.event.pull_request.title }}
echo ${{ gitea.event.pull_request.body }}
echo ${{ gitea.event.pull_request.user.login }}
echo ${{ gitea.event.pull_request.user.email }}
echo ${{ gitea.event.pull_request.user.name }}
echo ${{ gitea.event.pull_request.user.username }}
echo ${{ gitea.event.pull_request.user.full_name }}
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 ls --repo ${{ github.repository }} --state open --output csv
tea pr ls --repo ${{ github.repository }} --state open --output csv