File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ 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.1
38+ uses : rollbar/github-deploy-action@1.0.2
3939 id : rollbar_deploy
4040 with :
4141 environment : ' production'
42- version : ' 1.0.0 '
42+ version : ${{ github.sha }}
4343 env :
4444 ROLLBAR_ACCESS_TOKEN : ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
4545` ` `
@@ -50,11 +50,11 @@ steps:
5050` ` ` yaml
5151steps :
5252 - name : Notify start deploy to Rollbar
53- uses : rollbar/github-deploy-action@1.0.1
53+ uses : rollbar/github-deploy-action@1.0.2
5454 id : rollbar_pre_deploy
5555 with :
5656 environment : ' production'
57- version : ' 1.0.0 '
57+ version : ${{ github.sha }}
5858 status : ' started'
5959 env :
6060 ROLLBAR_ACCESS_TOKEN : ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
@@ -63,11 +63,11 @@ steps:
6363
6464steps :
6565 - name : Notify finish deploy to Rollbar
66- uses : rollbar/github-deploy-action@1.0.1
66+ uses : rollbar/github-deploy-action@1.0.2
6767 id : rollbar_post_deploy
6868 with :
6969 environment : ' production'
70- version : ' 1.0.0 '
70+ version : ${{ github.sha }}
7171 status : ' succeeded'
7272 env :
7373 ROLLBAR_ACCESS_TOKEN : ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments