actions-marketplace-validations/Check Email of Commit Author and Committer
Checks the email of the commit author and committer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 30, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/lan-phan_commit-author-email-action@3a2b0c584627a01af1f5017324934139cf6bfd9b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| author_email_domain | domain of the author emails | yes | — |
| committer_email_domain | domain of the committer emails | yes | — |
| github_token | GitHub token | yes | — |
| error_on_fail | Decides if action should throw an error on invalid email or not | no | true |
Outputs
| name | description |
|---|---|
| is_valid | returns to result whether true or false |