We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa9d8e commit 94069b9Copy full SHA for 94069b9
.github/workflows/mattermost.yml
@@ -7,13 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
if: ${{ github.actor != 'dependabot[bot]' }}
9
steps:
10
- - name: Create the Mattermost Message
11
- env:
12
- TITLE: ${{ github.event.pull_request.title }}
13
- HTML_LINK: ${{ github.event.pull_request.html_url }}
14
- run: >
15
- jq -n --arg t "Pull request opened: [${TITLE}](${HTML_LINK})" '{text: $t}'
16
- > mattermost.json
17
- uses: mattermost/action-mattermost-notify@2.0.0
18
with:
19
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
+ TEXT: Pull request opened: [${{ github.event.pull_request.title }}}](${{ github.event.pull_request.html_url }})
0 commit comments