mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Maybe fix
This commit is contained in:
4
.github/workflows/analyze_comment.yml
vendored
4
.github/workflows/analyze_comment.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
upload:
|
||||
comment:
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
${{ github.event.workflow_run.event == 'pull_request' &&
|
||||
@@ -17,6 +17,7 @@ jobs:
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
workflow: analyze.yml
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
name: analysis_comment.txt
|
||||
path: analysis_comment.txt
|
||||
|
||||
@@ -24,6 +25,7 @@ jobs:
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
workflow: analyze.yml
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
name: pr_number
|
||||
path: pr_number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user