Fix DateTime type of *_at fields
Some checks failed
Dev build / build (push) Has been cancelled

This commit is contained in:
Wizou 2025-07-10 01:49:25 +02:00
parent bdcf389ed2
commit 52d948af2a
2 changed files with 16 additions and 7 deletions

View file

@ -54,3 +54,12 @@ jobs:
run: |
git tag $VERSION
git push --tags
- name: Deployment Notification
env:
JSON: |
{
"status": "success", "complete": true, "commitMessage": ${{ toJSON(github.event.head_commit.message) }},
"message": "{ \"commitId\": \"${{ github.sha }}\", \"buildNumber\": \"${{ env.VERSION }}\", \"repoName\": \"${{ github.repository }}\"}"
}
run: |
curl -X POST -H "Content-Type: application/json" -d "$JSON" ${{ secrets.DEPLOYED_WEBHOOK }}