fix(ci): post lint message (#7692)

- Add context for download artifact
This commit is contained in:
JeremyWuuuuu 2022-05-14 12:04:13 +08:00 committed by GitHub
parent 6323f59de8
commit dba3231aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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