Skip to content

Commit

Permalink
chore: remove extra quotes from benchmark event_type (#7484)
Browse files Browse the repository at this point in the history
This will make them actually run again
  • Loading branch information
lukekarrys authored May 8, 2024
1 parent ea0b07d commit 1524cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 1524cfd

Please sign in to comment.