Skip to content

Commit

Permalink
ci: ensure ci/abi-sync branch is created in xeon-dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bray committed Jul 28, 2024
1 parent b8bfb6d commit 663f377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-abi-to-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
git clone [email protected]: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
Expand Down

0 comments on commit 663f377

Please sign in to comment.