Commit 16cc423 1 parent 787d5c9 commit 16cc423 Copy full SHA for 16cc423
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,9 @@ Sends a DingTalk notification. Simple as that.
16
16
action "Dingtalk notification" {
17
17
uses = "cooperwu/action-dingtalk@master"
18
18
secrets = ["DINGTALK_WEBHOOK"]
19
- args = "A new commit has been pushed."
20
19
}
21
20
```
22
21
23
- ### Arguments
24
-
25
- The argument is the message to display in the Slack notification.
26
-
27
- ** Environment variables** can be interpolated in the message using brackets (` {{ ` and ` }} ` ) :
28
-
29
- e.g.: ` Action called : {{ GITHUB_ACTION }} `
30
-
31
- * Note :* be careful to properly [ format your messages for Slack] ( https://api.slack.com/docs/message-formatting ) .
32
-
33
- #### Examples
34
-
35
- * ` args = "Hello, beautiful ! I ran a GitHub Actions for you <3" `
36
- * ` args = "I showed you my commit. Please respond." `
37
-
38
22
### Secrets
39
23
40
24
* ** ` DINGTALK_WEBHOOK ` ** : the Dingtalk webhook URL (** required** , see https://open-doc.dingtalk.com/docs/doc.htm ).
You can’t perform that action at this time.
0 commit comments