diff --git a/index.js b/index.js index a4c5298..17c1cf2 100644 --- a/index.js +++ b/index.js @@ -125,6 +125,7 @@ async function commitChanges(filePath) { headers: { 'Accept': 'application/vnd.github+json', 'Authorization': `Bearer ${githubToken}`, + 'X-GitHub-Api-Version': '2022-11-28' }, } );