mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix dist suffixes
This commit is contained in:
2
.github/workflow_data/webhook.py
vendored
2
.github/workflow_data/webhook.py
vendored
@@ -42,7 +42,7 @@ if __name__ == "__main__":
|
||||
desc = desc.rsplit("\n", 1)[0] + f"\n+ {count - i} more commits"
|
||||
break
|
||||
url = event["compare"]
|
||||
color = 16723712 if event["forced"] else 3669797
|
||||
color = 16723712 if event["forced"] else 11761899
|
||||
|
||||
case "release":
|
||||
webhook = "RELEASE_WEBHOOK"
|
||||
|
||||
Reference in New Issue
Block a user