From be082b019af28ecdd3fba96e1cc4459e495050d1 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 29 May 2024 23:21:07 -0400 Subject: [PATCH] first job --- .github/workflows/list.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/list.yaml b/.github/workflows/list.yaml index 34aaac9..953b534 100644 --- a/.github/workflows/list.yaml +++ b/.github/workflows/list.yaml @@ -18,6 +18,7 @@ jobs: - name: Fetch remote branches of submodule working-directory: ext/devops-sandbox-rusefi run: | + git fetch origin '+refs/heads/*:refs/remotes/origin/*' git branch -r - name: Print submodule branches