chillidome / onemessage-notify-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneMessage robot action

Github action for sending onemessage robot messages

✨ Example Usage

- name: onemessage robot message
uses: cmcc-ict/onemessage-notify-action@master
with:
  url: http://117.132.184.53:9005/room/pushToRobot
  robotKey: ${{ secrets.ROBOT_KEY}}
  failWhenError: false
  msg: hello world

🔐 Set your secrets here: https://github.com/USERNAME/REPO/settings/secrets.

Result

result of example ssh workflow

About

License:MIT License


Languages

Language:JavaScript 93.3%Language:Dockerfile 6.7%