We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0b07d commit 1524cfdCopy full SHA for 1524cfd
.github/workflows/benchmark.yml
@@ -71,7 +71,7 @@ jobs:
71
const targetSpec = matchesRelease ? matchesRelease[1] : 'latest'
72
core.info(`Target spec: ${targetSpec}`)
73
74
- const eventType = `"${eventName} ${owner}/${repo}#${pullRequest.number}"`
+ const eventType = `${eventName} ${owner}/${repo}#${pullRequest.number}`
75
core.info(`Event type: ${eventType}`)
76
77
await github.rest.repos.createDispatchEvent({
0 commit comments