From 7f41fa95243ed14da77abbedae8cb727b1ebb98e Mon Sep 17 00:00:00 2001 From: Alexander Petric Date: Sat, 28 Jun 2025 04:10:56 -0400 Subject: [PATCH] hubpaths for git sync gpg improvement: add commit author (#6087) --- frontend/src/lib/hubPaths.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/hubPaths.json b/frontend/src/lib/hubPaths.json index ff6f1949f4..b8010b7d0e 100644 --- a/frontend/src/lib/hubPaths.json +++ b/frontend/src/lib/hubPaths.json @@ -7,7 +7,8 @@ "gitSync_5": "hub/11641/sync-script-to-git-repo-windmill", "gitSync_6": "hub/11666/sync-script-to-git-repo-windmill", "gitSync_7": "hub/11668/sync-script-to-git-repo-windmill", - "gitSync": "hub/19673/sync-script-to-git-repo-windmill", + "gitSync_8": "hub/19673/sync-script-to-git-repo-windmill", + "gitSync": "hub/19738/sync-script-to-git-repo-windmill", "gitSyncTest_0": "hub/9073/git-repo-test-read-write-windmill", "gitSyncTest_1": "hub/11499/git-repo-test-read-write-windmill", "gitSyncTest_2": "hub/11667/git-repo-test-read-write-windmill",