Skip to content

Commit 8a38a88

Browse files
committed
Update README.md file
1 parent 76a127c commit 8a38a88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ also to set the `DEPLOY_ID` environment variable with the ouput of the previous
3535
```yaml
3636
steps:
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
5151
steps:
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

6464
steps:
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 }}

0 commit comments

Comments
 (0)