Skip to content

Commit a5d85f1

Browse files
chore(deps): bump mattermost/action-mattermost-notify
Bumps [mattermost/action-mattermost-notify](https://github.com/mattermost/action-mattermost-notify) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/mattermost/action-mattermost-notify/releases) - [Commits](mattermost/action-mattermost-notify@2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mattermost/action-mattermost-notify dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8a9400 commit a5d85f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mattermost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
if: ${{ github.actor != 'dependabot[bot]' }}
99
steps:
10-
- uses: mattermost/action-mattermost-notify@2.0.0
10+
- uses: mattermost/action-mattermost-notify@v2.1.0
1111
with:
1212
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
1313
TEXT: "Pull request opened: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})"

0 commit comments

Comments
 (0)