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 d2874af commit 3eafefcCopy full SHA for 3eafefc
.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@9b4bb2bedb217d3ede225b6b07ebde713177cd8f # v45
+ uses: tj-actions/changed-files@c34c1c13a740b06851baff92ab9a653d93ad6ce7 # v45
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