From aad9e655421aa317a5d9efdc6296eb6821764cbd Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Thu, 11 Aug 2022 11:26:03 -0700 Subject: [PATCH] /.github/scripts/import-benchmarking: use email-template arg --- .github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh | 1 + .github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh b/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh index ff682975cb..a32043a052 100755 --- a/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh +++ b/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh @@ -66,6 +66,7 @@ echo ' "--results-prefix='$actorPrefix'", "--mysql-schema-file=schema.sql", "--nbf='$nomsBinFormat'", + "--email-template=ImportBenchmarkingReleaseTemplate", "--results-schema=/results-schema.sql", "--issue-number='$issueNumber'", "--output='$format'", diff --git a/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh b/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh index 5d756a0af9..c43c0b854c 100755 --- a/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh +++ b/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh @@ -67,6 +67,7 @@ echo ' "--mysql-exec=/usr/sbin/mysqld", "--mysql-schema-file=schema.sql", "--nbf='$nomsBinFormat'", + "--email-template=ImportBenchmarkingReleaseTemplate", "--results-schema=/results-schema.sql", "--issue-number='$issueNumber'", "--output='$format'",