From ab24dbba08778902932904cb39789db4f1e4f848 Mon Sep 17 00:00:00 2001 From: akiel Date: Sat, 15 Aug 2020 12:44:01 +0200 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff2fd61..67e1ddd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: - name: Push notification to rocket.chat if the job failed id: error-notification if: ${{ failure() }} - uses: jadolg/rocketchat-notification-action@v1.0.0 + uses: jadolg/rocketchat-notification-action@v1.0.1 with: server: ${{ secrets.ROCKETCHAT_SERVER }} message: Wooops! Looks like something went wrong!