Skip to content

Commit

Permalink
chore: fix GODWOKEN_KICKER_REF in web3-unit-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 14, 2023
1 parent e99f5f4 commit b110fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/web3-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
capsule --version
# Godwoken-Kicker
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: godwokenrises/godwoken-kicker
ref: 'develop'
repository: ${{ env.GODWOKEN_KICKER_REPO }}
ref: ${{ env.GODWOKEN_KICKER_REF }}
- name: Kicker init
run: ./kicker init
- name: Kicker start
Expand All @@ -71,7 +71,7 @@ jobs:
echo "REDIS_URL=redis://127.0.0.1:6379" >> $GITHUB_ENV
# Godwoken-Web3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: godwoken-monorepo
- name: Get yarn cache directory path
Expand Down

0 comments on commit b110fed

Please sign in to comment.