chore(git-sync): bump hub scripts to windmill-cli@1.762.3 (#10189)

This commit is contained in:
Ruben Fiszel
2026-07-19 10:40:29 +02:00
committed by GitHub
parent 2d77e74207
commit 89948bb441
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -167,12 +167,12 @@ pub enum ObjectType {
DatatableMigration,
}
pub const LATEST_GIT_SYNC_SCRIPT_PATH: &str = "hub/28786/sync-script-to-git-repo-windmill";
pub const LATEST_GIT_SYNC_SCRIPT_PATH: &str = "hub/28790/sync-script-to-git-repo-windmill";
/// Hub script that applies a repository's state back into a workspace
/// (the repo → Windmill / "pull" direction). Same script the UI runs from
/// `PullWorkspaceModal` with `pull: true`; the slug's `:` is percent-encoded.
pub const GIT_SYNC_PULL_SCRIPT_PATH: &str = "hub/28787/git-sync%3A-init-repository-windmill";
pub const GIT_SYNC_PULL_SCRIPT_PATH: &str = "hub/28789/git-sync%3A-init-repository-windmill";
/// Prefix used to identify fork workspaces. A workspace whose id starts with this string is a
/// fork of another workspace.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"gitSyncTest": "hub/28184/git-repo-test-read-write-windmill",
"gitInitRepo": "hub/28787/git-sync%3A-init-repository-windmill",
"gitInitRepo": "hub/28789/git-sync%3A-init-repository-windmill",
"slackErrorHandler": "hub/28241/workspace-or-schedule-error-handler-slack",
"emailErrorHandler": "hub/19795/workspace-or-error-handler-email",
"slackRecoveryHandler": "hub/28239/slack/schedule-recovery-handler-slack",