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({