File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments