We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e0ba3 commit 642375fCopy full SHA for 642375f
.github/validate-pr/index.js
@@ -56,7 +56,7 @@ async function run() {
56
path.join(tsValidationPath, 'types.ts')
57
)
58
const context = github.context
59
- const branch = context.base_ref
+ const branch = context.payload.base_ref
60
assert(context.payload.pull_request, 'We should be in a PR context')
61
const files = []
62
let page = 1
0 commit comments