mirror of
https://github.com/czhu12/canine.git
synced 2025-12-30 07:39:43 -06:00
small nits
This commit is contained in:
@@ -64,6 +64,8 @@ class Git::Github::Client < Git::Client
|
||||
|
||||
def webhook_exists?
|
||||
webhook.present?
|
||||
rescue Octokit::NotFound
|
||||
false
|
||||
end
|
||||
|
||||
def remove_webhook!
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<div class="mt-6 p-4 rounded-lg">
|
||||
<h3 class="text-lg font-semibold mb-2">Public Git Repository</h3>
|
||||
<p class="mb-4">Use a public repository by entering the URL below. Features like PR Previews and Auto-Deploy are not available if the repository has not been configured for Render.</p>
|
||||
<p class="mb-4">Use a public repository by entering the URL below. Features like PR Previews and Auto-Deploy are not available if the repository has not been configured for Canine.</p>
|
||||
<div class="flex gap-4">
|
||||
<input type="text" placeholder="czhu12/whiteboarder" data-github-select-repository-target="publicRepository" class="input input-bordered w-full mb-4" />
|
||||
<button type="button" data-action="github-select-repository#selectPublicRepository" class="btn btn-outline">Continue</button>
|
||||
|
||||
Reference in New Issue
Block a user