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 970af0d commit c726bc5Copy full SHA for c726bc5
.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@5426ecc3f5c2b10effaefbd374f0abdc6a571b2f
+ uses: tj-actions/changed-files@4168bb487d5b82227665ab4ec90b67ce02691741
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