Skip to content

Commit 60b5701

Browse files
committed
[CI] Update origin branch checkout after running the interface validation
1 parent 733ab7c commit 60b5701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ lane :validate_public_interface do
764764
pr_comment(text: content, edit_last_comment_with_text: header) if is_ci
765765

766766
# Checkout the original branch
767+
sh("git fetch origin #{original_branch}")
767768
sh("git checkout #{original_branch}")
768769
end
769770

0 commit comments

Comments
 (0)