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 8cb23a6 commit 83b3a8aCopy full SHA for 83b3a8a
.github/workflows/ci.yml
@@ -31,7 +31,9 @@ jobs:
31
steps:
32
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
with:
34
- persist-credentials: false
+ # This is needed to get the commit history for the changed-files action
35
+ # (see https://github.com/tj-actions/changed-files/blob/v46.0.5/README.md#usage-)
36
+ persist-credentials: true
37
38
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
39
id: changed-files-non-js
0 commit comments