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.
1 parent 5268bc3 commit d9f2588Copy full SHA for d9f2588
.github/workflows/detect-long-path.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
- name: Check for changed files
27
id: changed-files
28
- uses: tj-actions/changed-files@c34c1c13a740b06851baff92ab9a653d93ad6ce7 # v45
+ uses: tj-actions/changed-files@5426ecc3f5c2b10effaefbd374f0abdc6a571b2f
29
- name: Detect long path
30
env:
31
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} # ignore the deleted files
0 commit comments