Switching README commit step.

This commit is contained in:
2025-10-05 16:51:50 -04:00
parent 0faf13e522
commit 31be65b5ff
+6 -4
View File
@@ -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: |