Skip to content

Commit bfed45f

Browse files
authored
Merge pull request #3 from Vulps22/1-missing-shell-property
Correct username when verifying badge
2 parents 6ece9b7 + 3a4fce9 commit bfed45f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
line=$(grep -n 'Join CodeKeepers' README.md | cut -d: -f1 | head -n 1)
4343
blame=$(git blame -L ${line},${line} README.md)
4444
echo "$blame"
45-
if ! echo "$blame" | grep -q "Vulps22"; then
45+
if ! echo "$blame" | grep -q "Vulps"; then
4646
echo "Badge was not committed by Vulps22. The badge must be committed by Vulps22 to be authentic"
4747
exit 1
4848
fi

0 commit comments

Comments
 (0)