From 835885172474ce613b4beec2b8c1b5fc0cf4f274 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Sat, 1 Jun 2024 21:40:59 +0000 Subject: [PATCH] Checkout new branch for fork --- .github/workflows/custom-board-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-board-build.yml b/.github/workflows/custom-board-build.yml index 3c9c6181f5e59..ea2c0c994a864 100644 --- a/.github/workflows/custom-board-build.yml +++ b/.github/workflows/custom-board-build.yml @@ -52,7 +52,7 @@ jobs: - name: branch compatibility if: inputs.branch != '' run: | - git checkout fork-branch fork/${{inputs.branch}} + git checkout -b fork-branch fork/${{inputs.branch}} - name: Set up identifier if: inputs.debug || inputs.flags != '' run: |