From 53fd917bff53027cd97af91000dcb3ab06c69319 Mon Sep 17 00:00:00 2001 From: Luke Skinner Date: Wed, 7 Feb 2024 19:04:31 +0000 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 470c5b6..86e7864 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -14,6 +14,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: fetch + run: git fetch + - name: Get list of vnext branches id: get-branches run: |