From c9a1c56f6da50ec6d7986486064919eaeea692cc Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 16 Jun 2023 01:37:49 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f794584..02d7cce6 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ jobs: echo "List all the files that have changed: ${{ steps.changed-files-excluded.outputs.all_changed_files }}" # Example 4 - - name: Get all test files, doc and src files that have changed + - name: Get all test, doc and src files that have changed id: changed-files-yml uses: tj-actions/changed-files@v36 with: