Skip to content

❗ This action will send an email to alert 📣 you when today you do not contribute to Github

License

Notifications You must be signed in to change notification settings

hienlh/none-contributed-alert

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

None contributed alert action

license GitHub Tag Code size CI market

❗ This action will send an email to alert 📣 you when today you do not contribute to Github

Inputs

email

Required Your email address to be sent an alert email.

Outputs

message

The result message.

Example usage

uses: hienlh/none-contributed-alert@v1.0.0
with:
  email: "example@example.com"

Full example

name: None contributed alert

on:
  workflow_dispatch:
  schedule:
    # Runs at 12pm UTC => 19pm UTC+7
    - cron: "0 12 * * *"

jobs:
  none-contributed-alert:
    name: None contributed alert
    runs-on: ubuntu-latest
    steps:
      - uses: hienlh/none-contributed-alert@v1.0.0
        with:
          email: "example@example.com"

About

❗ This action will send an email to alert 📣 you when today you do not contribute to Github

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published