We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43fe6a commit a10927dCopy full SHA for a10927d
.github/workflows/test.yaml
@@ -40,6 +40,7 @@ jobs:
40
environment: 'production'
41
version: ${{ github.sha }}
42
status: 'started'
43
+ local_username: ${{ github.actor }}
44
env:
45
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
46
ROLLBAR_USERNAME: ${{ github.actor }}
@@ -67,6 +68,7 @@ jobs:
67
68
status: 'succeeded'
69
source_maps: bundle1.js.map bundle2.js.map
70
minified_urls: https://www.example.com/abc/bundle1.js https://www.example.com/xyz/bundle2.js
71
72
73
74
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
0 commit comments