Merge branch 'main' into fix/668-bug-new-commits-pushed-to-the-base-branch-results-in-errors-when-shallow-history-is-used
This commit is contained in:
commit
7ed7f59ca2
@ -291,11 +291,11 @@ Support this project with a :star:
|
|||||||
uses: tj-actions/changed-files@v32
|
uses: tj-actions/changed-files@v32
|
||||||
with:
|
with:
|
||||||
quotepath: "false"
|
quotepath: "false"
|
||||||
|
|
||||||
# Run changed-files action using the last successful commit as the base_sha
|
# 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.
|
# 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.
|
# It is recommended to use either solution that works for your use case.
|
||||||
|
|
||||||
# Push event based workflows
|
# Push event based workflows
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: branch-name
|
id: branch-name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user