Skip to content

Commit

Permalink
fix(ci/cd): Correct MM notifier version
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jun 7, 2024
1 parent e176385 commit 728a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- uses: dataesr/mm-notifier-action@v1.1
- uses: dataesr/mm-notifier-action@v1.0.2
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
mattermost_channel: ${{ env.MM_NOTIFICATION_CHANNEL}}
Expand Down

0 comments on commit 728a056

Please sign in to comment.