From a00e2b9fc174f06305956fd86efb8dc3878b20aa Mon Sep 17 00:00:00 2001 From: akiel Date: Fri, 14 Aug 2020 17:14:48 +0200 Subject: [PATCH] Update version in the example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f92992..ff2fd61 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@1.0.0 + uses: jadolg/rocketchat-notification-action@v1.0.0 with: server: ${{ secrets.ROCKETCHAT_SERVER }} message: Wooops! Looks like something went wrong!