Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
fix(ci): use old kicker ref
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Jan 9, 2023
1 parent 02c6802 commit 8098f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/godwoken-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
MANUAL_BUILD_WEB3_INDEXER=true
WEB3_GIT_URL=https://github.com/${{ github.repository }}
WEB3_GIT_CHECKOUT=${{ github.ref }}
GODWOKEN_KICKER_REPO=godwokenrises/godwoken-kicker
GODWOKEN_KICKER_REF=1ba9ec08bf940e7222931ccc2940159dc877d1b4
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: godwokenrises/godwoken-kicker
ref: 'develop'
ref: '1ba9ec08bf940e7222931ccc2940159dc877d1b4'
- name: Kicker init
run: ./kicker init
- name: Kicker start
Expand Down

0 comments on commit 8098f8c

Please sign in to comment.