Skip to content
alert-circle

GitHub Action

None contributed alert

v1.0.0 Latest version

None contributed alert

alert-circle

None contributed alert

Alert every day when you do not contribute anything to Github

Installation

Copy and paste the following snippet into your .yml file.

              

- name: None contributed alert

uses: hienlh/[email protected]

Learn more about this action in hienlh/none-contributed-alert

Choose a version

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/[email protected]
with:
  email: "[email protected]"

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/[email protected]
        with:
          email: "[email protected]"