From cca935761f1db486ccd0eb9ad085643dec9fef3d Mon Sep 17 00:00:00 2001 From: ranchimall Date: Tue, 3 Mar 2026 07:45:36 +0000 Subject: [PATCH] Auto-update floethereum --- floethereum/.github/workflows/push-dappbundle.yml | 5 ++--- floethereum/README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/floethereum/.github/workflows/push-dappbundle.yml b/floethereum/.github/workflows/push-dappbundle.yml index 89406a6..e870dd5 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 git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP" + git clone git@gitea.ranchimall.net:RanchiMall/dappbundle.git "$BASE/dappbundle" else echo "Updating dappbundle..." cd "$BASE/dappbundle" @@ -38,8 +38,7 @@ jobs: echo "== Refreshing app bundle ==" rm -rf "$BASE/dappbundle/$APP" - - git clone https://gitea.ranchimall.net/RanchiMall/$APP "$BASE/dappbundle/$APP" + git clone git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP" cd "$BASE/dappbundle" git config user.email "ranchimallfze@gmail.com" diff --git a/floethereum/README.md b/floethereum/README.md index c810e92..79d2644 100644 --- a/floethereum/README.md +++ b/floethereum/README.md @@ -1 +1 @@ -# Check balance, transaction history and send ERC-20 USDT and USDC on Ethereum mainnet with your FLO/BTC/ETH private key (wif) +# Check balance, transaction history and send ERC-20 USDT and USDC on Ethereum mainnet with your FLO/BTC/ETH private key (WIF)