fix(ci): checkout repository for get-changed-files
This commit is contained in:
parent
7be955ff72
commit
8443181fc9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -413,6 +413,8 @@ jobs:
|
|||
board-changes: ${{ steps.board-changes.outputs.result }}
|
||||
core-changes: ${{ steps.core-changes.outputs.result }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: tj-actions/changed-files@v42
|
||||
id: changed-files
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue