Skip to content

Commit

Permalink
fix: check
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 26, 2023
1 parent 09eb74c commit e1eb358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/create-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
},
});

Expand Down

0 comments on commit e1eb358

Please sign in to comment.