mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
oops
This commit is contained in:
6
.github/workflows/analyze.yml
vendored
6
.github/workflows/analyze.yml
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user