From 8443181fc92f2c08ff4fb8d0787f60327473b837 Mon Sep 17 00:00:00 2001 From: Xudong Zheng <7pkvm5aw@slicealias.com> Date: Sun, 23 Jun 2024 09:11:46 -0400 Subject: [PATCH] fix(ci): checkout repository for get-changed-files --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2d1992d..ea1d2113 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: