mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
ci: current workflow job url (#50090)
This commit is contained in:
parent
1fe95ecffa
commit
4e3748845e
@ -142,8 +142,10 @@ jobs:
|
|||||||
## Visual Regression Build for PR #${{ steps.pr.outputs.id }} Failed ❌
|
## Visual Regression Build for PR #${{ steps.pr.outputs.id }} Failed ❌
|
||||||
Potential causes:
|
Potential causes:
|
||||||
- `upstream workflow` status: ${{ needs.upstream-workflow-summary.outputs.build-status }} [upstream job link](${{ needs.upstream-workflow-summary.outputs.upstream-job-link }})
|
- `upstream workflow` status: ${{ needs.upstream-workflow-summary.outputs.build-status }} [upstream job link](${{ needs.upstream-workflow-summary.outputs.upstream-job-link }})
|
||||||
- `download report artifact` status: ${{ steps.download_report.outcome }}
|
- `current workflow` summary:
|
||||||
- `report upload` status: ${{ steps.report.outcome }}
|
- `download report artifact` status: ${{ steps.download_report.outcome }}
|
||||||
|
- `report upload` status: ${{ steps.report.outcome }}
|
||||||
|
- job url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}
|
||||||
<!-- VISUAL_DIFF_REGRESSION_HOOK -->
|
<!-- VISUAL_DIFF_REGRESSION_HOOK -->
|
||||||
body-include: '<!-- VISUAL_DIFF_REGRESSION_HOOK -->'
|
body-include: '<!-- VISUAL_DIFF_REGRESSION_HOOK -->'
|
||||||
number: ${{ steps.pr.outputs.id }}
|
number: ${{ steps.pr.outputs.id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user