Skip to content

Commit

Permalink
Checkout new branch for fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jun 1, 2024
1 parent abdf8de commit 8358851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom-board-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8358851

Please sign in to comment.