File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Optionally set `ROLLBAR_USERNAME` environment variable, usernames can be found a
4242``` yaml
4343steps :
4444 - name : Notify deploy to Rollbar
45- uses : rollbar/github-deploy-action@1 .1.0
45+ uses : rollbar/github-deploy-action@2 .1.1
4646 id : rollbar_deploy
4747 with :
4848 environment : ' production'
5858` ` ` yaml
5959steps :
6060 - name : Notify start deploy to Rollbar
61- uses : rollbar/github-deploy-action@1 .1.0
61+ uses : rollbar/github-deploy-action@2 .1.1
6262 id : rollbar_pre_deploy
6363 with :
6464 environment : ' production'
7272
7373steps :
7474 - name : Notify finish deploy to Rollbar
75- uses : rollbar/github-deploy-action@1 .1.0
75+ uses : rollbar/github-deploy-action@2 .1.1
7676 id : rollbar_post_deploy
7777 with :
7878 environment : ' production'
@@ -111,7 +111,7 @@ jobs:
111111 with :
112112 name : bundle2.js.map
113113 - name : Rollbar deploy
114- uses : rollbar/github-deploy-action@1 .1.0
114+ uses : rollbar/github-deploy-action@2 .1.1
115115 with :
116116 environment : production
117117 version : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments