Skip to content

Commit 840fd80

Browse files
committed
fix bad syntax
1 parent 80aa48e commit 840fd80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ runs:
1515
run: npm install --silent --no-progress --prefix $GITHUB_ACTION_PATH/..
1616
shell: bash
1717
- name: Get local stats
18-
id: get-stats
19-
run: |
20-
rum=$(cat ./build/nr-rum-standard.stats.json); echo "rum=$rum" >> $GITHUB_OUTPUT;
21-
full=$(cat ./build/nr-full-standard.stats.json); echo "full=$full" >> $GITHUB_OUTPUT;
22-
spa=$(cat ./build/nr-spa-standard.stats.json); echo "spa=$spa" >> $GITHUB_OUTPUT;
18+
id: get-stats
19+
run: |
20+
rum=$(cat ./build/nr-rum-standard.stats.json); echo "rum=$rum" >> $GITHUB_OUTPUT;
21+
full=$(cat ./build/nr-full-standard.stats.json); echo "full=$full" >> $GITHUB_OUTPUT;
22+
spa=$(cat ./build/nr-spa-standard.stats.json); echo "spa=$spa" >> $GITHUB_OUTPUT;
2323
- name: Report rum size to NR
2424
uses: metal-messiah/webpack-build-size-action@main
2525
with:

0 commit comments

Comments
 (0)