workflow: explicitly clone main branch for workspace
All checks were successful
GBCI / build (push) Successful in 11m56s
All checks were successful
GBCI / build (push) Successful in 11m56s
This commit is contained in:
parent
5605577e8f
commit
b141e1f2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
- name: Setup Workspace
|
||||
run: |
|
||||
git clone --depth 1 https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
||||
git clone --depth 1 --branch main https://alm.pragmatismo.com.br/GeneralBots/gb.git workspace
|
||||
cd workspace
|
||||
git submodule update --init --depth 1 botlib
|
||||
git submodule update --init --depth 1 botui
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue