workflow: explicitly clone main branch for workspace
All checks were successful
GBCI / build (push) Successful in 11m56s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-25 21:27:16 -03:00
parent 5605577e8f
commit b141e1f2f0

View file

@ -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