Skip to content

dmtkmrv-DA/cinotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Notify JavaScript action

This action sends an email notification to the specified recipient.

Motivation:

  • Zero domain/DNS configuration
  • No need to give out SMTP credentials
  • It Just Works™️

Inputs

to

Required The recipient of the email

subject

Email subject

body

Email body

attachment

Filename of the attachment or directory

Outputs

status

"ok" if the notification sent successfully.

Example usage

uses: cinotify/github-action@main
with:
  to: 'example@example.com'
  subject: 'building main'
  body: 'This is a notification from GitHub actions.'
  attachment: 'artifacts.zip' # 'somedir/somesubdir'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%