Skip to content

Commit 16cc423

Browse files
authored
Update README.md
1 parent 787d5c9 commit 16cc423

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,9 @@ Sends a DingTalk notification. Simple as that.
1616
action "Dingtalk notification" {
1717
uses = "cooperwu/action-dingtalk@master"
1818
secrets = ["DINGTALK_WEBHOOK"]
19-
args = "A new commit has been pushed."
2019
}
2120
```
2221

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-
3822
### Secrets
3923

4024
* **`DINGTALK_WEBHOOK`**: the Dingtalk webhook URL (**required**, see https://open-doc.dingtalk.com/docs/doc.htm).

0 commit comments

Comments
 (0)