Skip to content

Commit defa45b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/checkout/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
artifact-ids: ${{ inputs.artifact-id }}
2626
- name: Unpack it
2727
shell: bash
28-
if: inputs.artifact-id || false
28+
if: inputs.artifact-id
2929
run: |
3030
unzip -e "${{ steps.download.outputs.download-path }}"
3131
tar -C ${{ inputs.path || '.' }} -p1 -zxf *.tar.gz

0 commit comments

Comments
 (0)