Skip to content

Commit

Permalink
ci: fix nx branch setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Sep 28, 2023
1 parent 5c3b461 commit 39ef2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:

- name: Setup branch for NX
shell: bash
run: git branch --track main origin/main
run: git branch -u origin/main main

- name: Install without scripts 🔧
shell: bash
Expand Down

0 comments on commit 39ef2b2

Please sign in to comment.