From 1cca2b5f7754152b65f0511df95e8cd36bc89c9d Mon Sep 17 00:00:00 2001 From: Mikhail Epatko Date: Wed, 6 Mar 2024 21:47:55 +0300 Subject: [PATCH] =?UTF-8?q?#9=20Fixed=20SC2140=20=E2=80=93=20ShellCheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8653eed..5486695 100644 --- a/action.yml +++ b/action.yml @@ -41,8 +41,7 @@ runs: -d $DIR \ -s $SINCE \ -o $OUTPUT_DIR \ - -f $FILENAME \ - ${$EXCLUDE:+"-e ${$EXCLUDE[@]}"} + -f $FILENAME ${$EXCLUDE:+"-e ${$EXCLUDE[@]}"} shell: bash env: BEFORE: ${{ inputs.before }}