mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-12 16:40:36 +08:00
parent
6323f59de8
commit
dba3231aa9
@ -14,6 +14,8 @@ jobs:
|
||||
- name: Download result
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
workflow: ${{ github.event.workflow.id }}
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
name: commit-lint-result
|
||||
- name: Assert result
|
||||
id: assert
|
||||
@ -41,6 +43,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
workflow: ${{ github.event.workflow.id }}
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
name: commit-lint-report
|
||||
|
||||
- name: Read lint result
|
||||
|
Loading…
x
Reference in New Issue
Block a user