Switching README commit step.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user