mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-04 12:39:07 +08:00
fetch all history for all branches and tags
This commit is contained in:
parent
d838f861af
commit
23488fcbb2
2
.github/workflows/branches.yml
vendored
2
.github/workflows/branches.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
|
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: development
|
fetch-depth: 0 # fetch all history for all branches and tags
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Merge master into development
|
- name: Merge master into development
|
||||||
|
Loading…
Reference in New Issue
Block a user