Skip to content

Commit 6a21a9f

Browse files
committed
be even more specific
1 parent 786eb01 commit 6a21a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-ui-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
exit 1
4040
fi
4141
42-
if [[ "${{ github.event.inputs.skip_github_check }}" != "true" && "$COMMITTER" != *"noreply@github.com" ]]; then
42+
if [[ "${{ github.event.inputs.skip_github_check }}" != "true" && "$COMMITTER" != "noreply@github.com" ]]; then
4343
echo "❌ Unauthorized committer! Aborting."
4444
exit 1
4545
fi

0 commit comments

Comments
 (0)