From 6a719bae66402a168f1b1b6f86f03da0eb204dda Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Mon, 11 May 2020 12:16:36 +0530 Subject: [PATCH] Update versions for new release Signed-off-by: Riddhesh Sanghvi --- README.md | 6 +++--- action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 947861d..a4f86ac 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Slack Notification - uses: rtCamp/action-slack-notify@v2.0.0 + uses: rtCamp/action-slack-notify@v2.0.2 env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} ``` @@ -55,7 +55,7 @@ You can see the action block with all variables as below: ```yml - name: Slack Notification - uses: rtCamp/action-slack-notify@v2.0.0 + uses: rtCamp/action-slack-notify@v2.0.2 env: SLACK_CHANNEL: general SLACK_COLOR: '#3278BD' @@ -95,7 +95,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Slack Notification - uses: rtCamp/action-slack-notify@v2.0.0 + uses: rtCamp/action-slack-notify@v2.0.2 env: VAULT_ADDR: ${{ secrets.VAULT_ADDR }} VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }} diff --git a/action.yml b/action.yml index 4147639..0fc690f 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack' author: 'rtCamp' runs: using: 'docker' - image: 'docker://rtcamp/action-slack-notify:master' + image: 'docker://rtcamp/action-slack-notify:v2.0.2' branding: icon: 'bell' color: 'yellow'