@foreach ($github_apps as $ghapp)
@if ($selected_github_app_id == $ghapp->id)
{{ $ghapp->name }}
{{ $ghapp->http_url }}
@else
{{ data_get($ghapp, 'name') }}
{{ data_get($ghapp, 'html_url') }}
Loading...
@endif
@endforeach
@endif
@if ($current_step === 'repository')
No repositories found. Check your GitHub App configuration.
@endif
@if ($branches->count() > 0)
No GitHub Application found. Please create a new GitHub Application.