actions/checkout v2 avoids the detached head problem
This commit is contained in:
parent
49153de07d
commit
ea43027252
4
.github/workflows/ci-snapshot.yml
vendored
4
.github/workflows/ci-snapshot.yml
vendored
|
@ -10,9 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
|
||||||
git checkout ${{ github.ref }} # have to be on a branch
|
|
||||||
|
|
||||||
- name: Install pkg dependencies
|
- name: Install pkg dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user