1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-18 12:11:45 +08:00

checkout pr instead of master

This commit is contained in:
JerryXiao 2020-05-01 17:54:34 +08:00
parent 20a1d99e4a
commit 94d02f9073
Signed by: Jerry
GPG key ID: 9D9CE43650FF2BAA

View file

@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
shell: bash