diff --git a/.github/workflows/add-checks.yml b/.github/workflows/add-checks.yml index f6b2c6cfcd3..bba33851de3 100644 --- a/.github/workflows/add-checks.yml +++ b/.github/workflows/add-checks.yml @@ -21,5 +21,6 @@ jobs: -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer $G_TOKEN" \ - -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/Rakshithb1/commons/branches/develop/protection/required_status_checks/contexts \ + -H "X-GitHub-Api-Version: 2022-11-28" \ + https://api.github.com/repos/Rakshithb1/commons/branches/develop/protection/required_status_checks/contexts \ -d '{"contexts":["build-commons / maven-build","kernel-notification-service / build-dockers"]}'