File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/nr-report-build-size Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ runs:
2222 full=$(cat ./build/nr-full-standard.stats.json); echo "full=$full" >> $GITHUB_OUTPUT;
2323 spa=$(cat ./build/nr-spa-standard.stats.json); echo "spa=$spa" >> $GITHUB_OUTPUT;
2424 - name : Report rum size to NR
25- uses : metal-messiah/webpack -build-size-action @main
25+ uses : newrelic/capture -build-size@main
2626 with :
2727 nr-api-key : ${{ inputs.nr-api-key }}
2828 nr-account-id : ' 550352'
2929 nr-env : ' staging'
3030 analysis-file-contents : ${{ steps.get-stats.outputs.rum }}
3131 file-name-filter : ' .min.js'
3232 - name : Report full size to NR
33- uses : metal-messiah/webpack -build-size-action @main
33+ uses : newrelic/capture -build-size@main
3434 with :
3535 nr-api-key : ${{ inputs.nr-api-key }}
3636 nr-account-id : ' 550352'
3737 nr-env : ' staging'
3838 analysis-file-contents : ${{ steps.get-stats.outputs.full }}
3939 file-name-filter : ' .min.js'
4040 - name : Report spa size to NR
41- uses : metal-messiah/webpack -build-size-action @main
41+ uses : newrelic/capture -build-size@main
4242 with :
4343 nr-api-key : ${{ inputs.nr-api-key }}
4444 nr-account-id : ' 550352'
You can’t perform that action at this time.
0 commit comments