{"id":17286622,"url":"https://github.com/louis70109/line-notify-action","last_synced_at":"2026-02-23T22:15:44.552Z","repository":{"id":65160690,"uuid":"339149610","full_name":"louis70109/line-notify-action","owner":"louis70109","description":"LINE Notify with GitHub Actions","archived":false,"fork":false,"pushed_at":"2022-02-10T01:56:54.000Z","size":521,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T11:06:35.929Z","etag":null,"topics":["github","github-actions","line","line-notify"],"latest_commit_sha":null,"homepage":"https://github.com/louis70109/line-notify-action","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/louis70109.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-15T17:11:29.000Z","updated_at":"2024-10-07T09:08:16.000Z","dependencies_parsed_at":"2023-01-13T15:44:04.639Z","dependency_job_id":null,"html_url":"https://github.com/louis70109/line-notify-action","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"e7c95f9652f19c0d9531c2b4212ba81d3dd4117d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Fline-notify-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Fline-notify-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Fline-notify-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louis70109%2Fline-notify-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louis70109","download_url":"https://codeload.github.com/louis70109/line-notify-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868768,"owners_count":21174757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","github-actions","line","line-notify"],"created_at":"2024-10-15T09:59:44.831Z","updated_at":"2026-02-23T22:15:39.533Z","avatar_url":"https://github.com/louis70109.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions - LINE Notify\n\n[![Actions Status](https://github.com/elgohr/Github-Release-Action/workflows/Test/badge.svg)](https://github.com/louis70109/line-notify-action/actions)\n\nThe [line-notify-action](https://github.com/marketplace/actions/line-notify-actions) can send notification messages with LINE by GitHub Action.\n\nLet's get started it!\n\n![](https://nijialin.com/images/2021/line-notify-github-actions/result.png)\n\n# Usage\n\n## Text message\n\n```yaml\n- name: send default message\n  uses: louis70109/line-notify-action@master\n  with:\n    token: ${{ secrets.LINE_NOTIFY_TOKEN }}\n    message: 'LINE Notify test message'\n```\n\n## Text message and Sticker\n\n```yaml\n- name: send message with sticker\n  uses: louis70109/line-notify-action@master\n  with:\n    token: ${{ secrets.LINE_NOTIFY_TOKEN }}\n    sticker_id: 1\n    package_id: 1\n```\n\n## Text message and Image (by URL)\n\n```yaml\n- name: send message with image url\n  uses: louis70109/line-notify-action@master\n  with:\n    token: ${{ secrets.LINE_NOTIFY_TOKEN }}\n    message: |\n      ${{github.repository}} send image test.\n    image_url: 'https://raw.githubusercontent.com/louis70109/line-notify-action/master/tests/image1.png'\n```\n\n## Text message and Image (by local file)\n\n```yaml\n- name: send message with image file\n  uses: louis70109/line-notify-action@master\n  with:\n    token: ${{ secrets.LINE_NOTIFY_TOKEN }}\n    message: |\n      ${{github.repository}} send image file.\n    image_file: tests/sally.png\n```\n\n## Get LINE Notify access_token\n\n- You can refer the [Flask-LINE-notify](https://github.com/louis70109/flask-line-notify) repository One-Click-Deployment to create your testing website on Heroku.\n- Will see the `access_token` when you binding LINE Notify.\n- Copy `access_token` into GitHub repository ➡️ Secrets ➡️ `LINE_NOTIFY_TOKEN` environment property.\n- Then copy the following yaml into your workflow.\n\n```yaml\n- name: LINE Notify Message\n  uses: louis70109/line-notify-action@v0.1.0\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouis70109%2Fline-notify-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouis70109%2Fline-notify-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouis70109%2Fline-notify-action/lists"}