Skip to content

cooperwu/action-dingtalk

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

DingTalk for GitHub Actions

Sends a DingTalk notification. Simple as that.

Dingtalk Logo

Appearance on Dingtalk :

Dingtalk message


Usage

action "Dingtalk notification" {
  uses = "cooperwu/action-dingtalk@master"
  secrets = ["DINGTALK_WEBHOOK"]
  args = "A new commit has been pushed."
}

Arguments

The argument is the message to display in the Dingtalk notification.

Environment variables can be interpolated in the message using brackets ({{ and }}) :

e.g.: Action called : {{ GITHUB_ACTION }}

Examples

  • args = "Hello, beautiful ! I ran a GitHub Actions for you <3"
  • args = "I showed you my commit. Please respond."

Secrets

Credits

This repo is inspired by Ilshidur, forked from his Slack action

About

🚀 GitHub Action that sends a Dingtalk notification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.6%
  • Dockerfile 30.5%
  • HCL 14.9%