Avoid using obsolete DataCenter info on alt-DC connect

This commit is contained in:
Wizou 2025-08-09 02:43:43 +02:00
parent 7faa3873f8
commit e16e39bfba
3 changed files with 17 additions and 7 deletions

View file

@ -46,7 +46,7 @@ jobs:
env:
JSON: |
{
"status": "success", "complete": true, "commitMessage": ${{ toJSON(github.event.head_commit.message) }},
"status": "success", "complete": true, "commitMessage": ${{ toJSON(env.RELEASE_NOTES) }},
"message": "{ \"commitId\": \"${{ github.sha }}\", \"buildNumber\": \"${{ env.VERSION }}\", \"repoName\": \"${{ github.repository }}\"}"
}
run: |