Skip to content

Commit ea6d67c

Browse files
authored
Merge pull request #8 from rollbar/release-1.1.0
Release 1.1.0
2 parents a91ad3e + 7376ea5 commit ea6d67c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
status: 'started'
3030
env:
3131
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
32+
ROLLBAR_USERNAME: ${{ github.actor }}
3233

3334
# Print Rollbar's deploy id
3435
- name: Get the Rollbar deploy id
@@ -47,6 +48,7 @@ jobs:
4748
env:
4849
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
4950
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
51+
ROLLBAR_USERNAME: ${{ github.actor }}
5052

5153
# Print Rollbar's deploy id
5254
- name: Verify both outputs are the same.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Optionally set `ROLLBAR_USERNAME` environment variable, usernames can be found a
4040
```yaml
4141
steps:
4242
- name: Notify deploy to Rollbar
43-
uses: rollbar/github-deploy-action@1.0.2
43+
uses: rollbar/github-deploy-action@1.1.0
4444
id: rollbar_deploy
4545
with:
4646
environment: 'production'
@@ -56,7 +56,7 @@ steps:
5656
```yaml
5757
steps:
5858
- name: Notify start deploy to Rollbar
59-
uses: rollbar/github-deploy-action@1.0.2
59+
uses: rollbar/github-deploy-action@1.1.0
6060
id: rollbar_pre_deploy
6161
with:
6262
environment: 'production'
@@ -70,7 +70,7 @@ steps:
7070

7171
steps:
7272
- name: Notify finish deploy to Rollbar
73-
uses: rollbar/github-deploy-action@1.0.2
73+
uses: rollbar/github-deploy-action@1.1.0
7474
id: rollbar_post_deploy
7575
with:
7676
environment: 'production'

0 commit comments

Comments
 (0)