Update performance-benchmarks-email-report.yaml

This commit is contained in:
Maximilian Hoffman
2022-12-15 20:50:36 -08:00
committed by GitHub
parent 9b13a84678
commit 312a5d2154
@@ -50,7 +50,7 @@ jobs:
event-type: benchmark-import
client-payload: |
{
"email_recipient": "${{ needs.set-version-actor.outputs.actor_email }}"
"email_recipient": "${{ needs.set-version-actor.outputs.actor_email }}",
"version": "${{ github.sha }}",
"run_file": "ci.yaml",
"report": "three_way_compare.sql",
@@ -63,7 +63,7 @@ jobs:
event-type: benchmark-systab
client-payload: |
{
"email_recipient": "${{ needs.set-version-actor.outputs.actor_email }}"
"email_recipient": "${{ needs.set-version-actor.outputs.actor_email }}",
"version": "${{ github.sha }}",
"run_file": "systab.yaml",
"report": "systab.sql",