diff --git a/playground/infrastructure/ci_success_msg.sh b/playground/infrastructure/ci_success_msg.sh index f4b8723dee51..fd50f2321d10 100644 --- a/playground/infrastructure/ci_success_msg.sh +++ b/playground/infrastructure/ci_success_msg.sh @@ -21,4 +21,4 @@ curl \ -H "Authorization: Bearer ${PAT}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/ruslan-ikhsan/beam/statuses/${commit_sha} \ --d '{"state":"success","target_url":"https://console.cloud.google.com/cloud-build/builds;region=${LOCATION}/${BUILD_ID}?authuser=3&project=${PROJECT_ID}","description":"Successful Examples validation (CI) for current branch","context":"Cloud Build CI/CD"}' +-d '{"state":"success","target_url":"https://console.cloud.google.com/cloud-build/builds;region='${LOCATION}'/'${BUILD_ID}'?authuser=3&project='${PROJECT_ID}'","description":"Successful Examples validation (CI) for current branch","context":"Cloud Build CI/CD"}'