mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-25 18:24:31 +01:00
Hopefully trim fix
This commit is contained in:
parent
ec141e5755
commit
54c4c8079e
@ -39,11 +39,9 @@ internal suspend fun updateDownloadCards(
|
|||||||
return getUpdatedContent(
|
return getUpdatedContent(
|
||||||
oldContent,
|
oldContent,
|
||||||
"""
|
"""
|
||||||
<a href="https://github.com/Shabinder/SpotiFlyer/releases/latest">
|
<a href="https://github.com/Shabinder/SpotiFlyer/releases/latest">
|
||||||
<img src="${getDownloadCard(totalDownloads)}"
|
<img src="${getDownloadCard(totalDownloads)}" height="125" width="280" alt="Total Downloads">
|
||||||
height="125" width="280" alt="Total Downloads">
|
</a>""".trim().trimIndent(),
|
||||||
</a>
|
|
||||||
""",
|
|
||||||
secrets.tagName
|
secrets.tagName
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user