diff --git a/README.md b/README.md index c46fe2e2..3d603332 100644 --- a/README.md +++ b/README.md @@ -336,8 +336,7 @@ See [outputs](#outputs) for a list of all available outputs. id: changed-files-specific-source-file uses: tj-actions/changed-files@v34 with: - files_from_source_file: | - test/changed-files-list.txt + files_from_source_file: test/changed-files-list.txt ... ```