Skip to content

Commit

Permalink
fix: fetch all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 31, 2024
1 parent b404621 commit dbb837e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git checkout -b $NEW_BRANCH
cd submodules/developer-tooling
git fetch origin
git fetch origin --all
git checkout $COMMIT
cd ..
Expand Down

0 comments on commit dbb837e

Please sign in to comment.