We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f18432 commit e4651dfCopy full SHA for e4651df
.github/workflows/pull-request.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Clone Iroha
18
run: deno task prep:iroha --git $IROHA_GIT --git-rev $IROHA_REV
19
env:
20
- IROHA_GIT: https://github.com/hyperledger-iroha/iroha.git
21
- IROHA_REV: v2.0.0-rc.1.0
+ IROHA_GIT: https://github.com/0x009922/iroha.git
+ IROHA_REV: 5302-expose-signature-payload
22
23
- uses: actions-rust-lang/setup-rust-toolchain@v1
24
with:
0 commit comments