Skip to content
Snippets Groups Projects
Unverified Commit 484c6527 authored by chris48s's avatar chris48s Committed by GitHub
Browse files

use HEAD ref in [github] fetchJsonFromRepo (#5589)

parent aa171180
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ async function fetchRepoContent(
async function fetchJsonFromRepo(
serviceInstance,
{ schema, user, repo, branch = 'master', filename }
{ schema, user, repo, branch = 'HEAD', filename }
) {
if (serviceInstance.staticAuthConfigured) {
const buffer = await fetchRepoContent(serviceInstance, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment