We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ece9b7 + 3a4fce9 commit bfed45fCopy full SHA for bfed45f
1 file changed
action.yml
@@ -42,7 +42,7 @@ runs:
42
line=$(grep -n 'Join CodeKeepers' README.md | cut -d: -f1 | head -n 1)
43
blame=$(git blame -L ${line},${line} README.md)
44
echo "$blame"
45
- if ! echo "$blame" | grep -q "Vulps22"; then
+ if ! echo "$blame" | grep -q "Vulps"; then
46
echo "Badge was not committed by Vulps22. The badge must be committed by Vulps22 to be authentic"
47
exit 1
48
fi
0 commit comments