Possible fix for CI checkout issue
This commit is contained in:
parent
e2912e0aac
commit
c1b498f6b8
6
.github/workflows/client.yml
vendored
6
.github/workflows/client.yml
vendored
|
|
@ -25,9 +25,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checkout the code
|
# Checkout the code
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
|
|
||||||
- name: Figure out the ref
|
- name: Figure out the PR number
|
||||||
run: echo ${GITHUB_REF}
|
run: echo ${{ github.event.pull_request.number }}
|
||||||
|
|
||||||
- name: Use Node.js 10.16.3
|
- name: Use Node.js 10.16.3
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user