From 0265ed819d306225cb0c7bd3349b7449b69239bf Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 17 Nov 2022 12:33:38 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ... ```