Skip to content

Commit

Permalink
Update ci_success_msg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ikhsan committed Jan 20, 2023
1 parent b64779e commit 344012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/infrastructure/ci_success_msg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'

0 comments on commit 344012f

Please sign in to comment.