Skip to content

Commit 4c57665

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents 62f33be + c604219 commit 4c57665

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
# pin to a specific commit to ensure stability
1818
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c
1919
with:
20-
files: |
21-
source/**
22-
**.txt
20+
files: source/**/*.txt
2321
- name: Print modified
2422
id: print-files
2523
env:

0 commit comments

Comments
 (0)