Skip to content

Refactor Mattermost notification message creation #208

Refactor Mattermost notification message creation

Refactor Mattermost notification message creation #208

Workflow file for this run

on:
pull_request:
types: [ opened, reopened ]
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: mattermost/action-mattermost-notify@2.0.0
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
TEXT: Pull request opened: [${{ github.event.pull_request.title }}}](${{ github.event.pull_request.html_url }})

Check failure on line 13 in .github/workflows/mattermost.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mattermost.yml

Invalid workflow file

You have an error in your yaml syntax on line 13