We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbb449 commit d86d6afCopy full SHA for d86d6af
1 file changed
README.md
@@ -35,7 +35,7 @@ also to set the `DEPLOY_ID` environment variable with the ouput of the previous
35
```yaml
36
steps:
37
- name: Notify deploy to Rollbar
38
- uses: rollbar/github-deploy-action@1.0.0
+ uses: rollbar/github-deploy-action@1.0.1
39
id: rollbar_deploy
40
with:
41
environment: 'production'
@@ -50,7 +50,7 @@ steps:
50
51
52
- name: Notify start deploy to Rollbar
53
54
id: rollbar_pre_deploy
55
56
@@ -63,7 +63,7 @@ steps:
63
64
65
- name: Notify finish deploy to Rollbar
66
67
id: rollbar_post_deploy
68
69
0 commit comments