Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snow-actions/line-notify

LINE Notify for GitHub Actions
https://github.com/snow-actions/line-notify

actions github-actions line-notify

Last synced: about 1 month ago
JSON representation

LINE Notify for GitHub Actions

Awesome Lists containing this project

README

        

> [!IMPORTANT]
> [End of service for LINE Notify](https://notify-bot.line.me/closing-announce)
>
> This action will be archived due to the end of service for LINE Notify.

# LINE Notify

[LINE Notify](https://notify-bot.line.me/) for GitHub Actions.

## Usage
```yml
- uses: snow-actions/[email protected]
with:
access_token: ${{ secrets.LINE_ACCESS_TOKEN }}
message: some message
```

## Example
See [example.yml](.github/workflows/example.yml)