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: |