From 663f377c649c8e4d26b6b6921cad16302d56df77 Mon Sep 17 00:00:00 2001 From: Jon Bray Date: Sun, 28 Jul 2024 04:46:49 -0400 Subject: [PATCH] ci: ensure ci/abi-sync branch is created in xeon-dapp --- .github/workflows/sync-abi-to-dapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-abi-to-dapp.yml b/.github/workflows/sync-abi-to-dapp.yml index 64fca96..73e6c3d 100644 --- a/.github/workflows/sync-abi-to-dapp.yml +++ b/.github/workflows/sync-abi-to-dapp.yml @@ -38,7 +38,7 @@ jobs: run: | git clone git@github.com:xeon-protocol/xeon-dapp.git cd xeon-dapp - git checkout -b ci/abi-sync origin/ci/abi-sync || git checkout --orphan ci/abi-sync + git checkout -B ci/abi-sync || git checkout --orphan ci/abi-sync rsync -a ../abi/ src/abi/ - name: Check ABI File Naming