Update .github/workflows/ci-snapshot.yml
This commit is contained in:
parent
8c8c41e379
commit
49153de07d
2
.github/workflows/ci-snapshot.yml
vendored
2
.github/workflows/ci-snapshot.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: |
|
||||
git checkout -b github_actions_build_branch___ # have to be on a branch
|
||||
git checkout ${{ github.ref }} # have to be on a branch
|
||||
|
||||
- name: Install pkg dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user