2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

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

This commit is contained in:
Dmitriy Mozgovoy
2024-08-17 20:46:04 +03:00
committed by GitHub
parent 58eb3b8ae6
commit 3dde8fce50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const updateReadmeSponsors = async (url, path, marker = '<!--<div>marker</div>--
};
(async(url) => {
const newContent = await updateReadmeSponsors(url, './Readme.md');
const newContent = await updateReadmeSponsors(url, './README.md');
await exec(`echo "tag=${newContent ? 'true' : 'false'}" >> $GITHUB_OUTPUT`);
if (newContent !== false) {