From 1e9ddd03c7668e184d335959dfa346b9510ba620 Mon Sep 17 00:00:00 2001 From: Guillaume Bouvignies Date: Tue, 12 Dec 2023 14:31:12 +0100 Subject: [PATCH] chore: Update git sync script (#2840) --- .../(root)/(logged)/workspace_settings/+page.svelte | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index d64a07e8c1..6bb588f1c4 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -198,7 +198,7 @@ workspace: $workspaceStore!, requestBody: { git_sync_settings: { - script_path: 'hub/7844/sync-script-to-git-repo-windmill', + script_path: 'hub/7848/sync-script-to-git-repo-windmill', git_repo_resource_path: resourcePathWithPrefix } } @@ -732,7 +732,10 @@ Automatically saving scripts to a Git repository on each deploy is a Windmill EE feature. {/if} - + All scripts, flows and apps located in the workspace will be pushed to the Git repository, except the ones that are saved in private user folders (i.e. where the path starts with `u/`, use those with `f/` instead). @@ -769,7 +772,7 @@ Git sync resource checked via Windmill job {gitSyncTestJob?.jobId} - + WARNING: Only read permissions are verified. {/if}