Skip to content

Commit 6a16318

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents bdafd69 + 74d1117 commit 6a16318

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-action.yml

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

0 commit comments

Comments
 (0)