mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
fix: improve git sync
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<ul class="pl-0 pt-2 list-decimal list-inside flex flex-col gap-2">
|
||||
<li>
|
||||
Install the latest wmill CLI from deno.land:
|
||||
<ClipboardPanel content={'deno install -q -A https://deno.land/x/wmill/main.ts'} />
|
||||
<ClipboardPanel content={'deno install -A https://deno.land/x/wmill/main.ts'} />
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
@@ -938,7 +938,7 @@
|
||||
gitSyncSettings = [
|
||||
...gitSyncSettings,
|
||||
{
|
||||
script_path: 'hub/7929/sync-script-to-git-repo-windmill',
|
||||
script_path: 'hub/7939/sync-script-to-git-repo-windmill',
|
||||
git_repo_resource_path: '',
|
||||
use_individual_branch: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user