Skip to content

Commit 912133e

Browse files
committed
Delete methodProof from submission
1 parent 929255c commit 912133e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
SUBMISSION=$(node -e "
7474
const data = JSON.parse(process.env.INPUT_JSON);
7575
data.circuit = data.circuit[0];
76+
delete data.methodProof;
7677
console.log(JSON.stringify(data));
7778
")
7879
echo "submission=$SUBMISSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)