Skip to content

Commit 78bc306

Browse files
chore(deps): bump mattermost/action-mattermost-notify
Bumps [mattermost/action-mattermost-notify](https://github.com/mattermost/action-mattermost-notify) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/mattermost/action-mattermost-notify/releases) - [Commits](mattermost/action-mattermost-notify@1.1.0...2.0.0) --- updated-dependencies: - dependency-name: mattermost/action-mattermost-notify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6bd5fe commit 78bc306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mattermost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
run: >
1515
jq -n --arg t "Pull request opened: [${TITLE}](${HTML_LINK})" '{text: $t}'
1616
> mattermost.json
17-
- uses: mattermost/action-mattermost-notify@1.1.0
17+
- uses: mattermost/action-mattermost-notify@2.0.0
1818
env:
1919
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}

0 commit comments

Comments
 (0)