mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user