Skip to content

Commit d97cfc5

Browse files
committed
fuck with GH
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 15159aa commit d97cfc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838

3939
steps:
4040
- name: Checkout code
41-
uses: git+https://github.com./.github/actions/checkout
41+
uses: ${{ github.repository }}/.github/actions/checkout@${{ github.ref }}
4242
with:
4343
artifact-id: ${{ inputs.artifact-id }}
44-
4544

4645
- name: Pin dependencies to minimal versions
4746
if: ${{ matrix.deps == 'minimal-deps' }}

0 commit comments

Comments
 (0)