Update .gitea/workflows/openapi.yml

This commit is contained in:
2026-02-26 07:21:38 +00:00
parent 6bc5dd3497
commit fa3f478d84

View File

@ -125,7 +125,7 @@ jobs:
LAUNCH_UUID=$(echo "$VALIDATION_RESPONSE" | jq -r '.launch.id // empty')
if [ -z "$LAUNCH_UUID" ]; then
echo "❌ Could not extract launch id"
echo "❌ Could not extract launch UUID"
HAS_FAILURE=1
continue
fi