Narrow down target files by exact match of INPUT_FILES (#326)

This commit is contained in:
Masaya Suzuki
2022-01-26 12:41:38 +09:00
committed by GitHub
parent 00cfbecfee
commit b94745bfeb
5 changed files with 37 additions and 33 deletions

View File

@@ -2,5 +2,5 @@
action.yml
action.yml
action.yml
test/changed-files-list.txt
!**/*.txt
**/test.txt
!test/test/test.txt

1
test/test.txt Normal file
View File

@@ -0,0 +1 @@
This is a test file

1
test/test/test.txt Normal file
View File

@@ -0,0 +1 @@
This is a test file