Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 10, 2023
1 parent c7bb50a commit de17e6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -103,7 +103,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 directory" below.
# - For more flexibility and no limitations see "Using local .git history" below.

runs-on: ubuntu-latest # windows-latest | macos-latest
name: Test changed-files
Expand All @@ -122,7 +122,7 @@ jobs:
done
# ------------------------------------------------------------------------------------------------------------------------------------------------
# Using local .git directory
# Using local .git history
# ------------------------------------------------------------------------------------------------------------------------------------------------
# Event `pull_request`: Compare the last commit of the main branch or last remote commit of the PR branch -> to the current commit of a PR branch.
# ------------------------------------------------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
# -------------------------------------------------------------
#
# ----------------------------------------------------------------------------------------------
# Using local .git directory
# Using local .git history
# ----------------------------------------------------------------------------------------------
# Event `push`: Compare the preceding remote commit -> to the current commit of the main branch
# ----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit de17e6c

Please sign in to comment.