Skip to content

Commit

Permalink
Fix the typo in source map parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunalk authored Jun 15, 2020
1 parent 5f02bf2 commit 67b03c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
environment: 'production'
version: ${{ github.sha }}
status: 'succeeded'
source_map: bundle1.js.map bundle2.js.map
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
env:
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
Expand Down

0 comments on commit 67b03c8

Please sign in to comment.