Skip to content

Commit

Permalink
chore: make commit of spore-sdk configable
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Jan 17, 2024
1 parent f533034 commit 2c69ad9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ jobs:
path: spore-devenv

- name: Checkout spore-sdk
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
repository: sporeprotocol/spore-sdk
path: spore-sdk

- name: Switch branch of spore-sdk
working-directory: spore-sdk
run: git checkout ${{ vars.SPORE_SDK_COMMIT }}

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2c69ad9

Please sign in to comment.