Skip to content

Commit

Permalink
third
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobrauchtgit committed Mar 12, 2024
1 parent e79c0c3 commit e2c4eee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export async function check(
if (check.status !== 201) {
throw new Error(`Failed to create check: ${check.status}`)
}
core.info(`Repo: ${github.context.repo}`)
core.info(`Check created: ${check.data}`)
core.info(`Repo: ${github.context.repo.repo}`)
core.info(`Check created: ${check.data.status}`)
core.info(`Check created: ${check.data.html_url}`)
return check
}

0 comments on commit e2c4eee

Please sign in to comment.