diff --git a/index.js b/index.js index 2cb66e2..5581356 100644 --- a/index.js +++ b/index.js @@ -13,6 +13,9 @@ const repo = repository.split('/')[1] function getContent(path) { octokit.repos.getContent({ + mediaType: { + format: "raw", + }, owner, repo, path,