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 deab72d commit d4cf1b8Copy full SHA for d4cf1b8
dist/index.js
@@ -52,7 +52,7 @@ async function fetchConfig (
52
owner,
53
repo,
54
path: filepath,
55
- ref: 'master'
+ ref: github.context.payload.pull_request.base.repo.default_branch
56
})
57
58
return Buffer.from(response.data.content, response.data.encoding).toString()
0 commit comments