Skip to content

Commit 073bc89

Browse files
committed
Unzip silently
1 parent 35edb15 commit 073bc89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
shell: bash
4747
run: |
4848
if [[ "${{ steps.mapping.outputs.codee_archive_extension }}" == "zip" ]]; then
49-
unzip /tmp/codee.zip -d /tmp/codee-tmp
49+
unzip -qq /tmp/codee.zip -d /tmp/codee-tmp
5050
mv /tmp/codee-tmp/* /tmp/codee/
5151
rm -rf /tmp/codee-tmp
5252
else

0 commit comments

Comments
 (0)