Update updatetable.yml
This commit is contained in:
parent
229174dffe
commit
5c07fe22ba
1 changed files with 2 additions and 2 deletions
4
.github/workflows/updatetable.yml
vendored
4
.github/workflows/updatetable.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue