kamalverma1/Filechange E-Mail Notifier
This action allows you to send E-mail notifications on file changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| senderEmail | The E-Mail address used to send the E-Mails | yes | — |
| mailingList | A file in the repository or HTTP address that contains file patterns with E-Mail addresses that should be notified on file changes | yes | — |
| subjectLine | The subject of the E-Mails to send | — | GitHub file change notification |
| smtpServer | The SMTP server used to send E-Mails | yes | — |
| smtpPort | The SMTP port used to send E-Mails | no | 587 |
| smtpUsername | The SMTP user name used to send E-Mails | yes | — |
| smtpPassword | The SMTP password used to send E-Mails | yes | — |
| githubToken | Token used for cloning the repository | no | ${{ github.token }} |
Outputs
no outputs