We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f02bf2 commit 67b03c8Copy full SHA for 67b03c8
.github/workflows/test.yaml
@@ -65,8 +65,8 @@ jobs:
65
environment: 'production'
66
version: ${{ github.sha }}
67
status: 'succeeded'
68
- source_map: bundle1.js.map bundle2.js.map
69
- minified_url: https://www.example.com/abc/bundle1.js https://www.example.com/xyz/bundle2.js
+ source_maps: bundle1.js.map bundle2.js.map
+ minified_urls: https://www.example.com/abc/bundle1.js https://www.example.com/xyz/bundle2.js
70
env:
71
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
72
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
0 commit comments