Update .github/workflows/ci-snapshot.yml

This commit is contained in:
Sam Tobin-Hochstadt 2020-04-30 10:09:03 -04:00
parent 8c8c41e379
commit 49153de07d

View File

@ -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: |