Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snow-actions/line-notify
- Owner: snow-actions
- License: mit
- Created: 2019-09-29T12:32:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T02:23:50.000Z (about 2 years ago)
- Last Synced: 2024-03-15T03:33:51.899Z (10 months ago)
- Topics: actions, github-actions, line-notify
- Language: JavaScript
- Size: 1.11 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)