fix: improve git sync

This commit is contained in:
Ruben Fiszel
2024-01-31 18:40:42 +01:00
parent def0e219ac
commit 3e03559a8d
2 changed files with 2 additions and 2 deletions
@@ -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
}