Skip to content

Commit a3bc053

Browse files
committed
hack hack hack hack
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent a29bebc commit a3bc053

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Swap artifact in
5454
if: inputs.artifact-id
55-
uses: .github/actions/checkout
55+
uses: ./.github/actions/checkout
5656
with:
5757
artifact-id: ${{ inputs.artifact-id }}
5858
artifact-runner-id: ${{ inputs.artifact-runner-id }}
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Swap artifact in
110110
if: inputs.artifact-id
111-
uses: pkgcore/.github/actions/checkout
111+
uses: ./pkgcore/.github/actions/checkout
112112
with:
113113
artifact-id: ${{ inputs.artifact-id }}
114114
artifact-runner-id: ${{ inputs.artifact-runner-id }}
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Swap artifact in
153153
if: inputs.artifact-id
154-
uses: pkgcore/.github/actions/checkout
154+
uses: ./pkgcore/.github/actions/checkout
155155
with:
156156
artifact-id: ${{ inputs.artifact-id }}
157157
artifact-runner-id: ${{ inputs.artifact-runner-id }}
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Swap artifact in
206206
if: inputs.artifact-id
207-
uses: pkgcore/.github/actions/checkout
207+
uses: ./pkgcore/.github/actions/checkout
208208
with:
209209
artifact-id: ${{ inputs.artifact-id }}
210210
artifact-runner-id: ${{ inputs.artifact-runner-id }}

0 commit comments

Comments
 (0)