Skip to content

Commit 13e8592

Browse files
committed
fix bug
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent e8fec31 commit 13e8592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
failed_files=()
4646
4747
# Clean up any previous error log
48-
rm -f "$error_log
48+
rm -f "$error_log"
4949
5050
# Format file patterns
5151
IFS="," read -r -a INCLUDE_PATTERNS <<< "$(echo "${{ inputs.included_file_patterns }}" | tr -d ' ' | tr -d '\n')"

0 commit comments

Comments
 (0)