From 2b08eeb5756f7ac95e419c1e22dc218fbd85fccf Mon Sep 17 00:00:00 2001 From: Nicolas Joubert Date: Thu, 17 Oct 2024 16:04:07 +0200 Subject: [PATCH] Fix notifications github workflow --- .github/workflows/notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index dd59e3a5..71f8fdd1 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -16,7 +16,7 @@ jobs: run: echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//} - name: Rocket.Chat Notification - uses: madalozzo/Rocket.Chat.GitHub.Action.Notification@v2 + uses: madalozzo/Rocket.Chat.GitHub.Action.Notification@master with: type: success job_name: "[cleverage/process-bundle](https://github.com/cleverage/process-bundle) : ${{ steps.get_tag.outputs.TAG }} has been released"