From cc8c5e7787398851bee147377f90d1b961d45aff Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 12 Sep 2022 14:50:56 -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 3034afc7..4f920394 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ jobs: if: steps.changed-files-specific.outputs.any_changed == 'true' run: | echo "One or more files in the docs folder has changed." - echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_changed_files }}" + echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}" ``` If you feel generous and want to show some extra appreciation: