mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-06 19:54:39 +08:00
reverted previous commit
This commit is contained in:
parent
8f93f64c7f
commit
c7a11c3668
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -19,8 +19,9 @@ jobs:
|
|||
ref: ${{github.event.pull_request.base.sha}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
- run: |
|
||||
git checkout ${{github.event.pull_request.head.ref}}
|
||||
git pull origin ${{github.event.pull_request.head.ref}}
|
||||
git checkout ${{github.event.pull_request.head.ref}}
|
||||
|
||||
|
||||
|
||||
- name: Setup Node.js environment
|
||||
|
|
Loading…
Reference in a new issue