From 2b93956af3ed4fb5291edb863f370498a3052599 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 02:00:23 +0000 Subject: [PATCH] Update tar/compress/action.yaml --- tar/compress/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar/compress/action.yaml b/tar/compress/action.yaml index 298038b..87083fc 100644 --- a/tar/compress/action.yaml +++ b/tar/compress/action.yaml @@ -15,4 +15,4 @@ runs: container: alpine/git steps: - run: | - tar -czvf archive.tar,gz $(find . -type f -name ${{ inputs.pattern }} ) + tar -czvf archive.tar,gz $(find . -type f -name "${{ inputs.pattern }}" )