commented out commiting and pushing for now

This commit is contained in:
Jack 2021-10-01 00:50:39 +01:00 committed by GitHub
parent 62e4ce396d
commit 874e5cbebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,10 +39,10 @@ jobs:
- name: Run Prettier
run: npx pretty-quick --branch ${{github.event.pull_request.base.sha}}
- name: Commit and push
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git add --update
git commit -m "Auto-format with Prettier" || :
git push origin HEAD:${{github.event.pull_request.head.ref}}
# - name: Commit and push
# run: |
# git config user.name "GitHub Actions Bot"
# git config user.email "<>"
# git add --update
# git commit -m "Auto-format with Prettier" || :
# git push origin HEAD:${{github.event.pull_request.head.ref}}