Skip to content

Commit 315781a

Browse files
committed
fix same type in github action
1 parent 2d94267 commit 315781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stubsabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
' 2>&1 | while IFS= read -r line; do
5353
echo "$line" >&5
5454
clean=$(echo "$line" | sed -r "s/\x1B\[[0-9;]*[mK]//g")
55-
if [[ $clean == *"should be tested by stubsabot"* ]]; then
55+
if [[ $clean == *"should be tested by stubtest"* ]]; then
5656
echo "${clean%% *}" >> "$STUBS_FILE"
5757
fi
5858
done

0 commit comments

Comments
 (0)