From 31be65b5ff03ac9add01780b3e78318dbfce797b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 5 Oct 2025 16:51:50 -0400 Subject: [PATCH] Switching README commit step. --- .gitea/workflows/renovate-pr-deploy.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/renovate-pr-deploy.yml b/.gitea/workflows/renovate-pr-deploy.yml index d3cd786b..1a58b830 100644 --- a/.gitea/workflows/renovate-pr-deploy.yml +++ b/.gitea/workflows/renovate-pr-deploy.yml @@ -42,12 +42,14 @@ jobs: echo -e "\n\n" >> README.md echo "${{ steps.service-table.outputs.table }}" >> README.md - - name: Add/Commit README.md + - name: Add, Commit, & Push README.md id: commit-readme - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 + uses: actions4git/add-commit-push@v1.0.0 with: - message: "chore: Update README" - add: "README.md" + path: . + add-pathspec: "README.md" + commit-author: me + commit-message: "chore: Update README" - name: Save docker-compose.yml before merge (old) run: |