From 2859a60726ea6e36242029176333d2d37880bbc5 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 13 Mar 2024 21:43:22 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b6cee3134ba..656720061b2 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,6 @@ jobs: name: Test changed-files steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. # ----------------------------------------------------------------------------------------------------------- # Example 1 @@ -229,7 +227,7 @@ jobs: # NOTE: # - This is limited to pull_request* events and would raise an error for other events. # - A maximum of 3000 files can be returned. - # - For more flexibility and no limitations see "Using local .git history" above. + # - For more flexibility and no limitations see "Using local .git directory" above. runs-on: ubuntu-latest # windows-latest || macos-latest name: Test changed-files