From d2e2f01320bb0fd7c4767c2f928320cbfa6be2db Mon Sep 17 00:00:00 2001 From: ranchimall Date: Sun, 1 Mar 2026 23:38:26 +0000 Subject: [PATCH] Auto-update floethereum --- floethereum/.github/workflows/push-dappbundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floethereum/.github/workflows/push-dappbundle.yml b/floethereum/.github/workflows/push-dappbundle.yml index dc42cb0..89406a6 100644 --- a/floethereum/.github/workflows/push-dappbundle.yml +++ b/floethereum/.github/workflows/push-dappbundle.yml @@ -28,7 +28,7 @@ jobs: if [ ! -d "$BASE/dappbundle/.git" ]; then echo "Cloning dappbundle..." - git clone https://gitea.ranchimall.net/RanchiMall/dappbundle.git "$BASE/dappbundle" + git clone git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP" else echo "Updating dappbundle..." cd "$BASE/dappbundle"