Skip to content

Commit b7a67ae

Browse files
committed
fix: add checkout step before changed-files action in get-changed-files job
1 parent 2c83e6c commit b7a67ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@ jobs:
413413
board-changes: ${{ steps.board-changes.outputs.result }}
414414
core-changes: ${{ steps.core-changes.outputs.result }}
415415
steps:
416+
- name: Checkout
417+
uses: actions/checkout@v4
418+
with:
419+
fetch-depth: 0
416420
- uses: tj-actions/changed-files@v42
417421
id: changed-files
418422
with:

0 commit comments

Comments
 (0)