Skip to content

Commit

Permalink
Merge pull request #8 from rollbar/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
basoko authored May 26, 2020
2 parents a91ad3e + 7376ea5 commit ea6d67c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
status: 'started'
env:
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
ROLLBAR_USERNAME: ${{ github.actor }}

# Print Rollbar's deploy id
- name: Get the Rollbar deploy id
Expand All @@ -47,6 +48,7 @@ jobs:
env:
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
ROLLBAR_USERNAME: ${{ github.actor }}

# Print Rollbar's deploy id
- name: Verify both outputs are the same.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Optionally set `ROLLBAR_USERNAME` environment variable, usernames can be found a
```yaml
steps:
- name: Notify deploy to Rollbar
uses: rollbar/github-deploy-action@1.0.2
uses: rollbar/github-deploy-action@1.1.0
id: rollbar_deploy
with:
environment: 'production'
Expand All @@ -56,7 +56,7 @@ steps:
```yaml
steps:
- name: Notify start deploy to Rollbar
uses: rollbar/github-deploy-action@1.0.2
uses: rollbar/github-deploy-action@1.1.0
id: rollbar_pre_deploy
with:
environment: 'production'
Expand All @@ -70,7 +70,7 @@ steps:

steps:
- name: Notify finish deploy to Rollbar
uses: rollbar/github-deploy-action@1.0.2
uses: rollbar/github-deploy-action@1.1.0
id: rollbar_post_deploy
with:
environment: 'production'
Expand Down

0 comments on commit ea6d67c

Please sign in to comment.