- uses: WonderInventions/actions/post-message@master
with:
api-key: ${{ secrets.ROAM_API_KEY }}
chat-id: ${{ vars.DEVOPS_CHAT_ID }}
text: Chat messsage here. - uses: WonderInventions/actions/post-message@master
with:
api-key: ${{ secrets.ROAM_API_KEY }}
chat-id: ${{ vars.DEVOPS_CHAT_ID }}
color: good
blocks: |
[{"type":"section","text":{"type":"mrkdwn","text":"*Deploy finished*"}}]The action always sends to https://api.ro.am/v1/chat.post.
Notes:
textandblocksare mutually exclusive.blocksis forwarded raw without action-side parsing or validation.chat-idmust be a tagged ID.- Tagged
chat-idvalues are mapped to the matching v1 destination field:chatId,groupId, oruserIds.