Skip to content

Commit

Permalink
fix: fetch differently
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 31, 2024
1 parent dbb837e commit 7272e20
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 @@ -64,8 +64,8 @@ jobs:
# Create a new feature branch for the changes.
git checkout -b $NEW_BRANCH
git submodule sync
cd submodules/developer-tooling
git fetch origin --all
git checkout $COMMIT
cd ..
Expand Down

0 comments on commit 7272e20

Please sign in to comment.