{"id":17800318,"url":"https://github.com/jefferyjob/notify-actions","last_synced_at":"2025-03-17T08:37:25.743Z","repository":{"id":258193864,"uuid":"871539818","full_name":"jefferyjob/notify-actions","owner":"jefferyjob","description":"用于发送消息通知的 GitHub Actions 工具。GitHub Actions tool for sending message notifications. ","archived":false,"fork":false,"pushed_at":"2024-10-31T10:09:51.000Z","size":118,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T21:37:40.312Z","etag":null,"topics":["actions","notice","notify"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/notification-action","language":"Shell","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/jefferyjob.png","metadata":{"files":{"readme":"README.en.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-12T08:43:09.000Z","updated_at":"2024-10-31T10:09:15.000Z","dependencies_parsed_at":"2024-10-18T00:36:07.174Z","dependency_job_id":null,"html_url":"https://github.com/jefferyjob/notify-actions","commit_stats":null,"previous_names":["jefferyjob/notify-actions"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferyjob%2Fnotify-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferyjob%2Fnotify-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferyjob%2Fnotify-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferyjob%2Fnotify-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jefferyjob","download_url":"https://codeload.github.com/jefferyjob/notify-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852499,"owners_count":20358271,"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":["actions","notice","notify"],"created_at":"2024-10-27T12:19:07.447Z","updated_at":"2025-03-17T08:37:25.725Z","avatar_url":"https://github.com/jefferyjob.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notification Actions\nEnglish | [简体中文](README.md)\n\n## Introduction\nA GitHub Action to send notifications to various messaging platforms (e.g., Feishu, DingTalk, Work WeChat, ShowDoc) based on deployment status.\n\n## Features\n- Supports multiple notification types.\n- Allows sending messages in various formats (text, markdown, card).\n- Can be used to notify about deployment statuses, making it easy to integrate into CI/CD pipelines.\n- Customizable to fit different repository and workflow requirements.\n\n## Example Workflow\n\n```yaml\n- name: Send Notification\n  uses: jefferyjob/notify-actions@v1\n  with:\n    NOTICE_TYPE: ''\n    MSG_TYPE: ''\n    STATUS: ''\n    WEBHOOK_URL: ''\n```\n\n## Parameter configuration\n| Variable name | Required | Description                                                                                                                                   |\n| ------------ | -------- |-----------------------------------------------------------------------------------------------------------------------------------------------|\n| NOTICE_TYPE | Yes | Notification type (such as `feishu`, `dingtalk`, `workWechat`, `showDoc`).                                                                    |\n| MSG_TYPE | Yes | Message format (such as `text`, `markdown`, `card`).                                                                                          |\n| STATUS | Yes | Deployment status, `1` or `true` indicates success, `0` or `false` indicates failure, used to identify whether this deployment is successful. |\n| WEBHOOK_URL | Yes | Webhook address of notification service, used to send deployment notifications to platforms such as Feishu and DingTalk.                      |\n\n## Notification type support\n|            | text | markdown | Card |\n| ---------- | ---- | ------- | ---- |\n| feishu     | √    | √       | √    |\n| dingtalk   | √    | √       | ×    |\n| workWechat | √    | √       | ×    |\n| showDoc    | √    | ×       | ×    |\n\n## Feishu notification diagram\n**Project deployment success notification**\n\n![success](static/success.png)\n\n**Project deployment failure notification**\n\n![failed](static/failed.png)\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefferyjob%2Fnotify-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjefferyjob%2Fnotify-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefferyjob%2Fnotify-actions/lists"}