Skip to content

Commit 5409694

Browse files
committed
igor, it lives!
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 8d7298d commit 5409694

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/checkout/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ runs:
3434
if: inputs.artifact-id
3535
shell: bash
3636
run: |
37-
find .
38-
set -ex
37+
set -e
3938
tar -vxf __tmp-download-dir/*.tar.* --strip-components=1 -C ${{ inputs.path || '.' }}
4039
# cleanup while we're at it.
4140
rm -r __tmp-download-dir

0 commit comments

Comments
 (0)