We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71985d commit b4767e2Copy full SHA for b4767e2
1 file changed
.github/workflows/nightly-benchmark.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Set benchmark result output
58
id: benchmarks
59
run: | # this will fail when consensus parameters version changes
60
- echo "benchmark_results=$(cat nightly_benchmarks.json | tr -d '\n' | jq '.${{ env.CONSENSUS_PARAMETERS_VERSION }}.gas_costs')" >> "$GITHUB_OUTPUT"
+ echo "benchmark_results=$(cat nightly_benchmarks.json | jq '.${{ env.CONSENSUS_PARAMETERS_VERSION }}.gas_costs' | tr -d '\n' )" >> "$GITHUB_OUTPUT"
61
62
create_pr:
63
needs: benchmark
0 commit comments