Maybe fix

This commit is contained in:
Dan Abramov
2021-11-06 20:05:41 +00:00
parent 25ac9d06da
commit fed73bfa4c

View File

@@ -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