/typetalk-action

GitHub Action that post a Typetalk message

Primary LanguageDockerfileMIT LicenseMIT

Typetalk for GitHub Actions

Post a Typetalk message.

Usage

- name: Notify to Typetalk
  uses: shomatan/typetalk-action@master
  env:
    TYPETALK_TOKEN: ${{ secrets.TYPETALK_TOKEN }}
  with:
    topic-id: 1234567
    message: "Build success :smile:"

Appearance on Typetalk :

Setup

To use this GitHub Action you'll first need to create a Typetalk Bot and configure it to the topic. And then, you set a Typetalk Token to the Secrets.

License

MIT