mirror of
https://github.com/cmderdev/cmder.git
synced 2025-11-03 10:52:14 +08:00
checkout development
This commit is contained in:
2
.github/workflows/branches.yml
vendored
2
.github/workflows/branches.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# 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:
|
||||||
|
ref: development
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user