visiky/DingTalk Release Notify
Notify to DingTalk while release published, using GitHub actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| DING_TALK_TOKEN | dingtalk web hook token | yes | — |
| owner | github owner | — | — |
| repo | github repo | — | — |
| notify_title | Template of nofify title message in DingTalk | — | 👏 { repo } { release_tag } Released |
| notify_body | Template of nofify body message in DingTalk | — | ## { title } { body } |
| notify_footer | Template of nofify footer message in DingTalk | — | > 前往 [**{ repo }** { release_tag }]({ release_url }) 查看完整信息. |
| at_all | at all users | — | — |
| enable_prerelease | support prerelease, if prerelease list is empty, use last release | — | — |
Outputs
no outputs