Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 16: cannot unmarshal !!seq into string line 19: cannot unmarshal !!seq into string
关红福 6f94912a33 init
2019-09-11 11:56:17 +08:00

22 lines
555 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Send notification on push
on: [push]
jobs:
send-msg:
runs-on: ubuntu-latest
steps:
- name: WeChat Work notification by text
uses: chf007/action-wechat-work@master
env:
WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}}
with:
msgtype: text
content: 广州今日天气29度大部分多云降雨概率60%
mentioned_list:
- '@all'
- andreiguan
mentioned_mobile_list:
- '@all'
- 15002085767