Skip to content

Commit 1524cfd

Browse files
authored
chore: remove extra quotes from benchmark event_type (#7484)
This will make them actually run again
1 parent ea0b07d commit 1524cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
const targetSpec = matchesRelease ? matchesRelease[1] : 'latest'
7272
core.info(`Target spec: ${targetSpec}`)
7373
74-
const eventType = `"${eventName} ${owner}/${repo}#${pullRequest.number}"`
74+
const eventType = `${eventName} ${owner}/${repo}#${pullRequest.number}`
7575
core.info(`Event type: ${eventType}`)
7676
7777
await github.rest.repos.createDispatchEvent({

0 commit comments

Comments
 (0)