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