Skip to content

Commit

Permalink
Merge branch 'main' into fix/668-bug-new-commits-pushed-to-the-base-b…
Browse files Browse the repository at this point in the history
…ranch-results-in-errors-when-shallow-history-is-used
  • Loading branch information
jackton1 committed Oct 12, 2022
2 parents 5cd49f8 + 5b1a2fe commit 7ed7f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -291,11 +291,11 @@ Support this project with a :star:
uses: tj-actions/changed-files@v32
with:
quotepath: "false"

# Run changed-files action using the last successful commit as the base_sha
# NOTE: This setting overrides the commit sha used by setting since_last_remote_commit to true.
# It is recommended to use either solution that works for your use case.

# Push event based workflows
- name: Get branch name
id: branch-name
Expand Down

0 comments on commit 7ed7f59

Please sign in to comment.