Update workflows

This commit is contained in:
Willy-JL
2024-05-12 02:47:51 +01:00
parent 371b770fd3
commit 571a607a8c
4 changed files with 6 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ if __name__ == "__main__":
"content": None,
"embeds": [
{
"title": "New Devbuild!",
"title": f"New Devbuild: `{os.environ['VERSION_TAG']}`!",
"description": "",
"url": "",
"color": 16751147,

View File

@@ -48,7 +48,7 @@ if __name__ == "__main__":
webhook = "RELEASE_WEBHOOK"
color = 9471191
version_tag = event['release']['tag_name']
title = f"New Release: `{version_tag}`"
title = f"New Release: `{version_tag}`!"
desc += f"> 💻 [**Web Installer**](https://momentum-fw.dev/update)\n\n"
desc += f"> 🐬 [**Changelog & Download**](https://github.com/Next-Flip/Momentum-Firmware/releases/tag/{version_tag})\n\n"
desc += f"> 🛞 [**Project Page**](https://github.com/Next-Flip/Momentum-Firmware)"