Skip to content

Commit

Permalink
Merge branch 'develop' for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed Jan 27, 2020
2 parents 6851251 + a53ade8 commit 4d4ce0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
```
Expand Down

0 comments on commit 4d4ce0d

Please sign in to comment.