Update updatetable.yml

This commit is contained in:
akp 2020-12-07 07:03:35 +00:00 committed by GitHub
parent 78390fb2ea
commit 27d59b4af5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,12 @@ jobs:
with:
prettier_options: --write .github/README.md
# dry: True
commit_message: "Update table"
- name: Git commit and push
run: |
git config user.email 'actions@github.com'
git config user.name 'github-actions'
git add .github/README.md
git commit -m 'Update table'
git push origin HEAD:${{ github.ref }}
#- name: Git commit and push
# run: |
# git config user.email 'actions@github.com'
# git config user.name 'github-actions'
# git add .github/README.md
# git commit -m 'Update table'
# git push origin HEAD:${{ github.ref }}