Skip to content

Commit 67b03c8

Browse files
authored
Fix the typo in source map parameters
1 parent 5f02bf2 commit 67b03c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
environment: 'production'
6666
version: ${{ github.sha }}
6767
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
68+
source_maps: bundle1.js.map bundle2.js.map
69+
minified_urls: https://www.example.com/abc/bundle1.js https://www.example.com/xyz/bundle2.js
7070
env:
7171
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
7272
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}

0 commit comments

Comments
 (0)