Skip to content

Commit

Permalink
bump action version to 1.0.1 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
austenLacy committed Apr 16, 2020
1 parent efbb449 commit d86d6af
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 @@ -35,7 +35,7 @@ also to set the `DEPLOY_ID` environment variable with the ouput of the previous
```yaml
steps:
- name: Notify deploy to Rollbar
uses: rollbar/github-deploy-action@1.0.0
uses: rollbar/github-deploy-action@1.0.1
id: rollbar_deploy
with:
environment: 'production'
Expand All @@ -50,7 +50,7 @@ steps:
```yaml
steps:
- name: Notify start deploy to Rollbar
uses: rollbar/github-deploy-action@1.0.0
uses: rollbar/github-deploy-action@1.0.1
id: rollbar_pre_deploy
with:
environment: 'production'
Expand All @@ -63,7 +63,7 @@ steps:

steps:
- name: Notify finish deploy to Rollbar
uses: rollbar/github-deploy-action@1.0.0
uses: rollbar/github-deploy-action@1.0.1
id: rollbar_post_deploy
with:
environment: 'production'
Expand Down

0 comments on commit d86d6af

Please sign in to comment.