Fix checkout

This commit is contained in:
cytopia
2020-09-15 14:41:55 +02:00
committed by GitHub
parent f60c0e8fea
commit bef26e8c27

View File

@@ -33,10 +33,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Checkout ref
run: |
git checkout ${REF}
ref: ${REF}
env:
REF: ${{ matrix.refs }}