Re-adding tea install.

This commit is contained in:
2025-01-09 11:27:19 -05:00
parent dc89a08016
commit 296660a17c
+9 -14
View File
@@ -145,24 +145,19 @@ jobs:
with: with:
marker_text: "SERVICES_LIST" marker_text: "SERVICES_LIST"
markdown_text: | markdown_text: |
```json ```yaml
${{ env.SERVICES_LIST }} ${{ env.SERVICES_LIST }}
```` ````
commit_email: noreply@trez.wtf
commit_username: gitea-sonarqube-bot
commit_message: "docs: regenerate README"
- name: Add/Commit/Push README.md - name: Install tea
uses: mgrybyk-org/git-commit-pull-push-action@v1 uses: supplypike/setup-bin@v4
with: with:
add_args: README.md uri: https://dl.gitea.com/tea/main/tea-main-linux-amd64
repository: ${{ github.repository }} name: tea
branch: ${{ github.head_ref }} version: main
commit_message: Regenerate README.md
# - name: Install tea
# uses: supplypike/setup-bin@v4
# with:
# uri: https://dl.gitea.com/tea/main/tea-main-linux-amd64
# name: tea
# version: main
# - name: PR Merge # - name: PR Merge
# run: | # run: |