We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91ad3e commit 536b33cCopy full SHA for 536b33c
.github/workflows/test.yaml
@@ -29,6 +29,7 @@ jobs:
29
status: 'started'
30
env:
31
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
32
+ ROLLBAR_USERNAME: ${{ github.actor }}
33
34
# Print Rollbar's deploy id
35
- name: Get the Rollbar deploy id
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
51
52
53
54
- name: Verify both outputs are the same.
0 commit comments