Skip to content

cinotify/github-action

Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 6, 2022 14:46
October 28, 2023 13:43
December 29, 2021 11:51
October 28, 2023 13:43
October 28, 2023 13:43
October 28, 2023 13:43
October 28, 2023 13:43
October 28, 2023 13:43

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

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'