File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ also to set the `DEPLOY_ID` environment variable with the ouput of the previous
3535``` yaml
3636steps :
3737 - name : Notify deploy to Rollbar
38- uses : rollbar/github-deploy-action@1.0.0
38+ uses : rollbar/github-deploy-action@1.0.1
3939 id : rollbar_deploy
4040 with :
4141 environment : ' production'
5050` ` ` yaml
5151steps :
5252 - name : Notify start deploy to Rollbar
53- uses : rollbar/github-deploy-action@1.0.0
53+ uses : rollbar/github-deploy-action@1.0.1
5454 id : rollbar_pre_deploy
5555 with :
5656 environment : ' production'
6363
6464steps :
6565 - name : Notify finish deploy to Rollbar
66- uses : rollbar/github-deploy-action@1.0.0
66+ uses : rollbar/github-deploy-action@1.0.1
6767 id : rollbar_post_deploy
6868 with :
6969 environment : ' production'
You can’t perform that action at this time.
0 commit comments