Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 16:19
2ef6ede

Initial release

@notymail/action

Use notymail from GitHub Actions.

Usage

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: send notification
        uses: notymail/action@v1
        with:
          url: 'https://notymail.you_domain.your_tld'
          to: 'test@1.1.1.1'
          subject: 'Hello world'
          #apiKey: ''
          #body: |
          #  Hello world!
          #  **Markdown** _supported_.
Inputs Required Description
url X URL of notymail server
to X Recipient email address
subject X E-Mail subject
body E-Mail body (Markdown supported)
apiKey API-Key of notymail

Furthermore, see action.yml

Release instructions

In order to release a new version of this action:

  1. Locate the semantic version of the upcoming release (a draft is maintained by the draft-release workflow).

  2. Publish the draft release from the main branch with semantic version as the tag name, with the checkbox to publish to the GitHub Marketplace checked. ☑️

  3. After publishing the release, the release workflow will automatically run to create/update the corresponding the major version tag such as v0.

    ⚠️ Environment approval is required. Check the Release workflow run list.

License

The scripts and documentation in this project are released under the MIT License.