Fix webhook

This commit is contained in:
Willy-JL
2024-05-18 07:05:01 +01:00
parent 3f006a58f4
commit 4e409be4dd

View File

@@ -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()
}
],
},