From 296660a17cb9dfcdce98fdf4627426c0e4ba88cd Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Jan 2025 11:27:19 -0500 Subject: [PATCH] Re-adding tea install. --- .gitea/workflows/deployment.yml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index f3657647..1f07e6ee 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -145,24 +145,19 @@ jobs: with: marker_text: "SERVICES_LIST" markdown_text: | - ```json + ```yaml ${{ env.SERVICES_LIST }} ```` + commit_email: noreply@trez.wtf + commit_username: gitea-sonarqube-bot + commit_message: "docs: regenerate README" - - name: Add/Commit/Push README.md - uses: mgrybyk-org/git-commit-pull-push-action@v1 + - name: Install tea + uses: supplypike/setup-bin@v4 with: - add_args: README.md - repository: ${{ github.repository }} - branch: ${{ github.head_ref }} - 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 + uri: https://dl.gitea.com/tea/main/tea-main-linux-amd64 + name: tea + version: main # - name: PR Merge # run: |