Adding the add/commit/push for readme.

This commit is contained in:
2025-01-09 11:15:29 -05:00
parent 0f77a29600
commit 1777a63b70
+7 -7
View File
@@ -149,13 +149,13 @@ jobs:
${{ env.SERVICES_LIST }}
````
# - name: Add/Commit/Push README.md
# uses: mgrybyk-org/git-commit-pull-push-action@v1
# with:
# add_args: README.md
# repository: ${{ github.repository }}
# branch: ${{ github.head_ref }}
# commit_message: Regenerate README.md
- name: Add/Commit/Push README.md
uses: mgrybyk-org/git-commit-pull-push-action@v1
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