# action.yml name: 'GitHub Action for WeChat Work' description: 'Send WeChat Work message. Run on any operating platform, such as Windows, Linux, Mac supported by GitHub' author: 'chf007 ' branding: icon: 'message-circle' color: 'red' inputs: msgtype: description: '消息类型' required: true runs: using: 'docker' image: 'Dockerfile'