Skip to content

Commit 75dc25e

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents 75e8f5f + 405d609 commit 75dc25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
# pin to a specific commit to ensure stability
1818
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c
1919
with:
20-
include_all_old_new_renamed_files: true
2120
files: |
2221
source/**
2322
**.txt
23+
include_all_old_new_renamed_files: true
2424
- name: Parse renamed files
2525
id: renamed-files
2626
if: steps.changed-files.outputs.renamed_files_count > 0

0 commit comments

Comments
 (0)