diff --git a/tar/compress/action.yaml b/tar/compress/action.yaml index d6df39e..ffeb2c0 100644 --- a/tar/compress/action.yaml +++ b/tar/compress/action.yaml @@ -15,4 +15,4 @@ runs: container: alpine steps: - run: | - tar -czvf archive.tar,gz ${{ inputs.pattern }} + tar -czf archive.tar,gz ${{ inputs.pattern }}