Skip to content

Commit 1579a7c

Browse files
authored
CI: Fix changed-files action usage (#10967)
1 parent 737288a commit 1579a7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
with:
3434
persist-credentials: false
35+
# This is needed to get the commit history for the changed-files action
36+
# (see https://github.com/tj-actions/changed-files/blob/v46.0.5/README.md#usage-)
37+
fetch-depth: 0
3538

3639
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
3740
id: changed-files-non-js

0 commit comments

Comments
 (0)