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 1d7b3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
with:
repository: sporeprotocol/spore-sdk
path: spore-sdk

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

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

0 comments on commit 1d7b3ab

Please sign in to comment.