We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d94267 commit 315781aCopy full SHA for 315781a
.github/workflows/stubsabot.yml
@@ -52,7 +52,7 @@ jobs:
52
' 2>&1 | while IFS= read -r line; do
53
echo "$line" >&5
54
clean=$(echo "$line" | sed -r "s/\x1B\[[0-9;]*[mK]//g")
55
- if [[ $clean == *"should be tested by stubsabot"* ]]; then
+ if [[ $clean == *"should be tested by stubtest"* ]]; then
56
echo "${clean%% *}" >> "$STUBS_FILE"
57
fi
58
done
0 commit comments