Skip to content

Commit

Permalink
#9 Fixed SC2140 – ShellCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 6, 2024
1 parent e42ae95 commit 1cca2b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1cca2b5

Please sign in to comment.