Skip to content

Commit

Permalink
- move conclusion block as highlighted by @pbrisbin
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 22, 2021
1 parent 4bb9313 commit 68cb76b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ export async function run(): Promise<void> {
const updateCheckRequest = {
...github.context.repo,
check_run_id,
conclusion,
output: {
title,
summary,
conclusion,
annotations: sliced
}
}
Expand Down

0 comments on commit 68cb76b

Please sign in to comment.