File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,16 +99,16 @@ jobs:
9999 uses : nick-fields/assert-action@v1
100100 with :
101101 expected : ${{ steps.docker-build-guest.outputs.commitments-chunk }}
102- actual : ${{ steps.commitments-chunk-prover.commitments }}
102+ actual : ${{ steps.commitments-chunk-prover.outputs. commitments }}
103103
104104 - name : Compare batch-circuit commitments
105105 uses : nick-fields/assert-action@v1
106106 with :
107107 expected : ${{ steps.docker-build-guest.outputs.commitments-batch }}
108- actual : ${{ steps.commitments-batch-prover.commitments }}
108+ actual : ${{ steps.commitments-batch-prover.outputs. commitments }}
109109
110110 - name : Compare bundle-circuit commitments
111111 uses : nick-fields/assert-action@v1
112112 with :
113113 expected : ${{ steps.docker-build-guest.outputs.commitments-bundle }}
114- actual : ${{ steps.commitments-bundle-prover.commitments }}
114+ actual : ${{ steps.commitments-bundle-prover.outputs. commitments }}
You can’t perform that action at this time.
0 commit comments