mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-11 07:32:34 +02:00
Fix webhook
This commit is contained in:
2
.github/workflow_data/devbuild.py
vendored
2
.github/workflow_data/devbuild.py
vendored
@@ -55,7 +55,7 @@ if __name__ == "__main__":
|
||||
"value": f"- [Download Firmware TGZ]({artifact_tgz})\n- [SDK (for development)]({artifact_sdk})"
|
||||
}
|
||||
],
|
||||
"timestamp": dt.datetime.now(dt.UTC).isoformat()
|
||||
"timestamp": dt.datetime.utcnow().isoformat()
|
||||
}
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user