diff --git a/.github/workflows/performance-benchmarks-pull-report.yaml b/.github/workflows/performance-benchmarks-pull-report.yaml index 69b136fd81..1ecc854ff0 100644 --- a/.github/workflows/performance-benchmarks-pull-report.yaml +++ b/.github/workflows/performance-benchmarks-pull-report.yaml @@ -62,14 +62,14 @@ jobs: token: ${{ secrets.REPO_ACCESS_TOKEN }} event-type: benchmark-latency client-payload: | - { - "from_server": "dolt", - "from_version": "${{ github.sha }}", - "to_server": "dolt", - "to_version": "${{ steps.comment-branch.outputs.head_sha }}", - "mode": "pullRequest", - "issue_number": "${{ steps.get_pull_number.outputs.pull_number }}", - "init_big_repo": "true", - "actor": "${{ github.actor }}", - "template_script": "./.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh" - } + { + "from_server": "dolt", + "from_version": "${{ github.sha }}", + "to_server": "dolt", + "to_version": "${{ steps.comment-branch.outputs.head_sha }}", + "mode": "pullRequest", + "issue_number": "${{ steps.get_pull_number.outputs.pull_number }}", + "init_big_repo": "true", + "actor": "${{ github.actor }}", + "template_script": "./.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh" + }