Skip to content

Commit 2c19329

Browse files
committed
point at nr repo
1 parent 6f8eb67 commit 2c19329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/nr-report-build-size/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)