diff --git a/.github/scripts/create-check.js b/.github/scripts/create-check.js index 3c5f89ea8..55cb532b7 100644 --- a/.github/scripts/create-check.js +++ b/.github/scripts/create-check.js @@ -9,13 +9,13 @@ async function createCheck() { owner: process.env.GITHUB_REPOSITORY_OWNER, //repo: process.env.GITHUB_REPOSITORY, repo: 'docs', - name: 'YourCheckName', + name: 'DevHub', head_sha: process.env.GITHUB_SHA, status: 'in_progress', started_at: new Date().toISOString(), output: { - title: 'Your Check Title', - summary: 'Your Check Summary', + title: 'Developer Portal healthcheck', + summary: 'Building the project in DevHub (Developer Portal)', }, });