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