We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
changed-files
1 parent 737288a commit 1579a7cCopy full SHA for 1579a7c
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
with:
34
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
38
39
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
40
id: changed-files-non-js
0 commit comments