ZhouZhen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.github/workflows/preview-deploy.yml
|
|
@ -21,6 +21,7 @@ jobs: |
|
|
|
uses: dawidd6/action-download-artifact@v2 |
|
|
|
with: |
|
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
|
run_id: ${{ github.event.workflow_run.id }} |
|
|
|
name: pr |
|
|
|
|
|
|
|
# Save PR id to output |
|
|
@ -33,7 +34,7 @@ jobs: |
|
|
|
uses: dawidd6/action-download-artifact@v2 |
|
|
|
with: |
|
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
|
workflow_conclusion: success |
|
|
|
run_id: ${{ github.event.workflow_run.id }} |
|
|
|
name: site |
|
|
|
|
|
|
|
- name: upload surge service |
|
|
@ -75,6 +76,7 @@ jobs: |
|
|
|
uses: dawidd6/action-download-artifact@v2 |
|
|
|
with: |
|
|
|
workflow: ${{ github.event.workflow_run.workflow_id }} |
|
|
|
run_id: ${{ github.event.workflow_run.id }} |
|
|
|
name: pr |
|
|
|
|
|
|
|
# Save PR id to output |
|
|
|