Update version in the example

This commit is contained in:
akiel
2020-08-14 17:14:48 +02:00
parent 15e3ca292a
commit a00e2b9fc1
+1 -1
View File
@@ -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!