From d913c60bc070be3509ac84a7bd2a93de9bce5b86 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Fri, 10 Jul 2020 09:31:33 +0530 Subject: [PATCH 1/2] Update action usage with master tag Signed-off-by: Riddhesh Sanghvi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95c69de..2971149 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.2 + uses: rtCamp/action-slack-notify@master env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} ``` @@ -58,7 +58,7 @@ You can see the action block with all variables as below: ```yml - name: Slack Notification - uses: rtCamp/action-slack-notify@v2.0.2 + uses: rtCamp/action-slack-notify@master env: SLACK_CHANNEL: general SLACK_COLOR: '#3278BD' @@ -98,7 +98,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Slack Notification - uses: rtCamp/action-slack-notify@v2.0.2 + uses: rtCamp/action-slack-notify@master env: VAULT_ADDR: ${{ secrets.VAULT_ADDR }} VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }} From 701cea2edf398a34e06c34d659f49e7da4fc7f78 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Fri, 10 Jul 2020 09:32:15 +0530 Subject: [PATCH 2/2] Update docker image tag with new release tag Signed-off-by: Riddhesh Sanghvi --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c20034a..ee2ede6 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:v2.0.3' + image: 'docker://rtcamp/action-slack-notify:v2.1.0' branding: icon: 'bell' color: 'yellow'