Update updatetable.yml

This commit is contained in:
akp 2020-12-07 07:00:41 +00:00 committed by GitHub
parent 229174dffe
commit 5c07fe22ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
uses: creyD/prettier_action@v3.1
with:
prettier_options: --write .github/README.md
dry: True
# dry: True
- name: Git commit and push
run: |
@ -35,4 +35,4 @@ jobs:
git config user.name 'github-actions'
git add .github/README.md
git commit -m 'Update table'
git push origin HEAD:${{ github.ref }}
git push origin HEAD:${{ github.ref }}