Skip to content

Commit

Permalink
Merge pull request #15 from rtCamp/develop
Browse files Browse the repository at this point in the history
Update action versions in readme
  • Loading branch information
mrrobot47 authored Jan 27, 2020
2 parents 4d4ce0d + 1e971a6 commit 0a87669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can see the action block with all variables as below:

```yml
- name: Slack Notification
uses: rtCamp/action-slack-notify@master
uses: rtCamp/action-slack-notify@v2.0.0
env:
SLACK_CHANNEL: general
SLACK_COLOR: '#3278BD'
Expand Down Expand Up @@ -92,9 +92,9 @@ jobs:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@master
uses: rtCamp/action-slack-notify@v2.0.0
env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Expand Down

0 comments on commit 0a87669

Please sign in to comment.