Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
x1ah committed May 18, 2021
1 parent 860a5ac commit e6792aa
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
Actions 配置样例:

```yaml
- name: feishu notify
uses: xiachufang/actions-feishu
with:
webhook: ${{ secrets.FEISHU_WEBHOOK }}
title: I'm title
text: |
I'm message body
from: ${{ github.repository }}
- name: feishu notify
uses: xiachufang/actions-feishu@v1
with:
webhook: ${{ secrets.FEISHU_WEBHOOK }}
title: I'm title
content: |
I'm message body
from: ${{ github.repository }}
```
# Configuration
Expand Down

0 comments on commit e6792aa

Please sign in to comment.