Skip to content

Fix mattermost notification actions #323

Fix mattermost notification actions

Fix mattermost notification actions #323

Workflow file for this run

name: notify-pr
on: pull_request_target
jobs:
pr:
runs-on: ubuntu-latest
name: Pull Request Notification
steps:
- run: |
echo "{\"text\":\"Vultr-node : PR https://github.com/vultr/vultr-node/pull/${{ github.event.number }} \"}" > mattermost.json
- uses: mattermost/[email protected]
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_USERNAME: ${{ secrets.MATTERMOST_USERNAME}}
MATTERMOST_ICON: ${{ secrets.MATTERMOST_ICON }}