Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ platform :ios do
head_ref: ENV['GITHUB_HEAD_REF'] || ENV['GITHUB_REF'],
head_sha: ENV['GITHUB_SHA'],
vcs_provider: 'github',
head_repo_name: 'emergetools/hackernews'
head_repo_name: 'emergetools/hackernews',
log_level: 'debug'
)
end

Expand All @@ -203,7 +204,8 @@ platform :ios do
head_ref: ENV['GITHUB_HEAD_REF'] || ENV['GITHUB_REF'],
head_sha: ENV['GITHUB_SHA'],
vcs_provider: 'github',
head_repo_name: 'emergetools/hackernews'
head_repo_name: 'emergetools/hackernews',
log_level: 'debug'
)
end

Expand Down
Loading