We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35edb15 commit 073bc89Copy full SHA for 073bc89
1 file changed
action.yml
@@ -46,7 +46,7 @@ runs:
46
shell: bash
47
run: |
48
if [[ "${{ steps.mapping.outputs.codee_archive_extension }}" == "zip" ]]; then
49
- unzip /tmp/codee.zip -d /tmp/codee-tmp
+ unzip -qq /tmp/codee.zip -d /tmp/codee-tmp
50
mv /tmp/codee-tmp/* /tmp/codee/
51
rm -rf /tmp/codee-tmp
52
else
0 commit comments