From a65d214896b8bf13cfe4da57051bcf272ce174be Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Tue, 7 May 2024 21:35:45 -0700 Subject: [PATCH] chore: remove extra quotes from benchmark event_type This will make them actually run again --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3cd5054dac537..2e0aed5c77906 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -71,7 +71,7 @@ jobs: const targetSpec = matchesRelease ? matchesRelease[1] : 'latest' core.info(`Target spec: ${targetSpec}`) - const eventType = `"${eventName} ${owner}/${repo}#${pullRequest.number}"` + const eventType = `${eventName} ${owner}/${repo}#${pullRequest.number}` core.info(`Event type: ${eventType}`) await github.rest.repos.createDispatchEvent({