mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Bozo moment
This commit is contained in:
2
.github/workflow_data/hotfix.py
vendored
2
.github/workflow_data/hotfix.py
vendored
@@ -71,7 +71,7 @@ if __name__ == "__main__":
|
||||
body = body.replace("<!--- <HOTFIXES>\n", "")
|
||||
body = body.replace("\n<HOTFIXES> -->", "")
|
||||
insert = body.find("\n [//]: <NEXT_HOTFIX>\n")
|
||||
body = body[:insert] + hotfix + body[:insert]
|
||||
body = body[:insert] + hotfix + body[insert:]
|
||||
|
||||
req = requests.patch(
|
||||
release["url"],
|
||||
|
||||
Reference in New Issue
Block a user