reverted previous commit

This commit is contained in:
Jack 2021-09-30 22:31:34 +01:00 committed by GitHub
parent 8f93f64c7f
commit c7a11c3668
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 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