We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a01141 commit 8c6fdd6Copy full SHA for 8c6fdd6
.github/workflows/email-check.yaml
@@ -20,7 +20,7 @@ jobs:
20
echo "EMAIL=$(git show -s --format='%ae' HEAD~0)" >> $GITHUB_OUTPUT
21
22
- name: Validate author email
23
- if: ${{ !endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') }}
+ if: ${{ endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') }}
24
uses: actions/github-script@v6
25
env:
26
EMAIL: ${{ steps.author.outputs.EMAIL }}
0 commit comments