|
@ -81,7 +81,7 @@ jobs: |
|
|
uses: actions/upload-artifact@v2 |
|
|
uses: actions/upload-artifact@v2 |
|
|
with: |
|
|
with: |
|
|
name: analysis_comment.txt |
|
|
name: analysis_comment.txt |
|
|
path: .next/analyze/__bundle_analysis_comment.txt |
|
|
path: beta/.next/analyze/__bundle_analysis_comment.txt |
|
|
|
|
|
|
|
|
# The actual commenting happens in the other action, matching the guidance in |
|
|
# The actual commenting happens in the other action, matching the guidance in |
|
|
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ |
|
|
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ |
|
|