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 2dfb7b1 commit 3fe9e9dCopy full SHA for 3fe9e9d
.github/workflows/email-check.yaml
@@ -26,7 +26,6 @@ jobs:
26
echo "EMAIL=$(git show -s --format='%ae' HEAD~0)" >> $GITHUB_OUTPUT
27
28
- name: Validate author email
29
- if: ${{ endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') }}
30
uses: actions/github-script@v6
31
env:
32
EMAIL: ${{ steps.author.outputs.EMAIL }}
0 commit comments