mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
change patch to put
This commit is contained in:
@@ -54,7 +54,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.patch('https://api.github.com/repos/arthurdanjou/arthurdanjou/contents/README.md', {
|
||||
await axios.put('https://api.github.com/repos/arthurdanjou/arthurdanjou/contents/README.md', {
|
||||
headers: {
|
||||
authorization: `Bearer ${Env.get('GITHUB_TOKEN')}`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user