Dan Abramov 3 years ago
parent
commit
891f62df90
  1. 6
      .github/workflows/analyze.yml

6
.github/workflows/analyze.yml

@ -84,13 +84,13 @@ jobs:
path: beta/.next/analyze/__bundle_analysis_comment.txt path: beta/.next/analyze/__bundle_analysis_comment.txt
- name: Save PR number - name: Save PR number
run: echo ${{ github.event.number }} > ./pr-number run: echo ${{ github.event.number }} > ./pr_number
- name: Upload PR number - name: Upload PR number
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: pr-number name: pr_number
path: ./pr-number path: ./pr_number
# 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/

Loading…
Cancel
Save