Add master branch

This commit is contained in:
2020-12-20 15:45:39 +01:00
parent 43d1b00fa9
commit 5dbb07cb17

View File

@@ -55,7 +55,7 @@ export async function UpdateGitHubReadme(): Promise<void> {
let new_content = content.replace(old_stats_table, stats_table);
new_content = new_content.replace(old_infos_table, infos_table)
await axios.put('https://api.github.com/repos/ArthurDanjou/ArthurDanjou/contents/README.md', {
await axios.put('https://api.github.com/repos/ArthurDanjou/ArthurDanjou/contents/README.md?ref=master', {
headers: {
authorization: `Bearer ${Env.get('GITHUB_TOKEN')}`
},