mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 08:55:37 +08:00
commented out commiting and pushing for now
This commit is contained in:
parent
62e4ce396d
commit
874e5cbebe
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue