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 }} 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'