2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

chore(action): fix sponsors action; (#6555)

This commit is contained in:
Dmitriy Mozgovoy
2024-08-17 21:53:51 +03:00
committed by GitHub
parent 3dde8fce50
commit a909e38e70
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ const updateReadmeSponsors = async (url, path, marker = '<!--<div>marker</div>--
await exec(`echo "tag=${newContent ? 'true' : 'false'}" >> $GITHUB_OUTPUT`);
if (newContent !== false) {
await exec(`echo "content=${newContent}" >> $GITHUB_OUTPUT`);
await fs.writeFile('./temp/sponsors.md', newContent);
}
})('https://spontaneous-creponne-3ff312.netlify.app/data/sponsors.md');