Update updatetable.yml
This commit is contained in:
parent
78390fb2ea
commit
27d59b4af5
1 changed files with 8 additions and 7 deletions
15
.github/workflows/updatetable.yml
vendored
15
.github/workflows/updatetable.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue