We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7298d commit 5409694Copy full SHA for 5409694
1 file changed
.github/actions/checkout/action.yml
@@ -34,8 +34,7 @@ runs:
34
if: inputs.artifact-id
35
shell: bash
36
run: |
37
- find .
38
- set -ex
+ set -e
39
tar -vxf __tmp-download-dir/*.tar.* --strip-components=1 -C ${{ inputs.path || '.' }}
40
# cleanup while we're at it.
41
rm -r __tmp-download-dir
0 commit comments