dan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.github/workflows/analyze_comment.yml
|
|
@ -35,6 +35,8 @@ jobs: |
|
|
|
run: | |
|
|
|
echo 'body<<EOF' >> $GITHUB_OUTPUT |
|
|
|
echo '' >> $GITHUB_OUTPUT |
|
|
|
echo '## Size changes' >> $GITHUB_OUTPUT |
|
|
|
echo '' >> $GITHUB_OUTPUT |
|
|
|
echo '<details>' >> $GITHUB_OUTPUT |
|
|
|
echo '' >> $GITHUB_OUTPUT |
|
|
|
cat analysis_comment.txt/__bundle_analysis_comment.txt >> $GITHUB_OUTPUT |
|
|
|