From d1fb3092ba5d7cf988fa6c3ffcfd276a0dd1be96 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 21 Oct 2022 08:44:19 -0600 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d1565200b1..9681ae4e3a6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - + # Example 1 - name: Get changed files id: changed-files @@ -76,7 +76,7 @@ jobs: for file in ${{ steps.changed-files.outputs.all_changed_files }}; do echo "$file was changed" done - + # Example 2 - name: Get changed files in the docs folder id: changed-files-specific