From 891f62df90e7555ea85f2852a9f1cf530d537a7a Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 6 Nov 2021 20:13:25 +0000 Subject: [PATCH] oops --- .github/workflows/analyze.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 1173a79e..13a37a88 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -84,13 +84,13 @@ jobs: path: beta/.next/analyze/__bundle_analysis_comment.txt - name: Save PR number - run: echo ${{ github.event.number }} > ./pr-number + run: echo ${{ github.event.number }} > ./pr_number - name: Upload PR number uses: actions/upload-artifact@v2 with: - name: pr-number - path: ./pr-number + name: pr_number + path: ./pr_number # The actual commenting happens in the other action, matching the guidance in # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/