This action post message to idobata as webhook.
uses: mahaker/[email protected]
with:
hookUrl: ${{ secrets.IdobataHookUrl }}
message: | # multiple lines
### hello GitHub Actions!!
pushed to ${{ github.repository }}
by @${{ github.actor }}
format: 'markdown' # default
- Setup idobata hook
At your idobata room, ROOM SETTINGS > Hooks > New Hook > Custom Webhook
Copy Endpoint URL
.
- Set Endpoint URL to GitHub's secret
At your repository, Settings > Secrets > Add a new Secrets
The name of secret, please to IdobataHookUrl
.
The value of secret, must be idobata hook endpoint url.
Required idobata hook url.
Required message to idobata.
You can contains Contexts and expression syntax for GitHub Actions
Message format. You can choose between 'markdown' or 'html'. (default 'markdown')