first job

This commit is contained in:
Andrey 2024-05-29 22:53:13 -04:00
parent 6b462625aa
commit 8ae073f8c3
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,12 @@ jobs:
run: |
git submodule update --init --depth=1 ext/devops-sandbox-rusefi
- name: Print branches
- name: Fetch remote branches of submodule
working-directory: ext/devops-sandbox-rusefi
run: |
git branch -r
- name: Print submodule branches
working-directory: ext/devops-sandbox-rusefi
run: |
git for-each-ref --count=30 --sort=-committerdate refs/ --format='%(refname:short)'