mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-07 04:04:03 +08:00
Update ci.yml
This commit is contained in:
parent
4d783c033d
commit
8f93f64c7f
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 pull origin ${{github.event.pull_request.head.ref}}
|
||||
git checkout ${{github.event.pull_request.head.ref}}
|
||||
git pull origin ${{github.event.pull_request.head.ref}}
|
||||
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.3.0
|
||||
|
|
Loading…
Reference in a new issue