Skip to content

Commit fee01d0

Browse files
committed
tools: Update tidy.sh
1 parent ce4d864 commit fee01d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ if [[ -n "$(ls_files '*action.yml')" ]]; then
445445
for p in $(ls_files '*action.yml'); do
446446
if [[ "${p##*/}" == "action.yml" ]]; then
447447
actions+=("${p}")
448-
if grep -Fq 'shell: bash' "${p}"; then
448+
if ! grep -Fq 'shell: sh' "${p}"; then
449449
bash_files+=("${p}")
450450
fi
451451
fi

0 commit comments

Comments
 (0)