Update ci.yml

This commit is contained in:
Jack 2021-09-30 22:29:47 +01:00 committed by GitHub
parent 4d783c033d
commit 8f93f64c7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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