Skip to content

GitHub Action usage

Input:

Output:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: send notification
        uses: notymail/action@v1
        with:
          url: 'notymail.yourdomain.your_tld'
          to: 'test@1.1.1.1'
          subject: 'Hello world!'