Skip to content

Commit 3fe9e9d

Browse files
committed
Debug
1 parent 2dfb7b1 commit 3fe9e9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/email-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
echo "EMAIL=$(git show -s --format='%ae' HEAD~0)" >> $GITHUB_OUTPUT
2727
2828
- name: Validate author email
29-
if: ${{ endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') }}
3029
uses: actions/github-script@v6
3130
env:
3231
EMAIL: ${{ steps.author.outputs.EMAIL }}

0 commit comments

Comments
 (0)