From b27c02c5dee7083c297b977710d4e960ba62b565 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Mon, 8 Jan 2024 15:17:19 +0000 Subject: [PATCH] Update branch --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d1f05c280da..b3d086496bb 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -656,7 +656,7 @@ lane :copyright do repo: github_repo, title: commit_message, head: branch_name, - base: 'develop', + base: 'test-copyright-update', # originaly develop body: 'This PR was created automatically by CI.' ) end