Skip to content

Commit da6dcd5

Browse files
committed
Fix checkout command.
1 parent 282c103 commit da6dcd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if [[ "$DEV_RUN" == "true" ]]; then
8080
echo 'Do a develop run of the API docs, check out main branch.'
8181
git pull origin main
82-
git checkout -b main origin/main
82+
git switch -c main --track origin/main
8383
fi
8484
8585
if [[ "$DEV_RUN" == "true" ]]; then

0 commit comments

Comments
 (0)