mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-29 11:00:27 +01:00
Fix Readme Message
This commit is contained in:
@@ -51,7 +51,7 @@ export async function UpdateGitHubReadme(): Promise<void> {
|
|||||||
if (!change) return
|
if (!change) return
|
||||||
|
|
||||||
let new_content = content.replace(old_stats_table, stats_table + '\n\n');
|
let new_content = content.replace(old_stats_table, stats_table + '\n\n');
|
||||||
new_content = new_content.replace(old_infos_table, infos_table + '\n')
|
new_content = new_content.replace(old_infos_table, infos_table + '\n\n')
|
||||||
|
|
||||||
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',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user