Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jan 15, 2024
1 parent c8118f1 commit c8d75f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ lane :copyright do
end

private_lane :create_pr do |options|
options[:base_branch] ||= 'develop'
options[:base_branch] ||= 'ci/test-copyright'
sh("git checkout -b #{options[:head_branch]}")
sh('git add -A')
sh("git commit -m '#{options[:title]}'")
Expand Down

0 comments on commit c8d75f2

Please sign in to comment.