Skip to content

Commit 4c44917

Browse files
committed
move endgroup
1 parent b173150 commit 4c44917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export const runAction = async (input: Input): Promise<void> => {
107107
file: file,
108108
}),
109109
);
110-
core.endGroup();
111110
if (missedFiles.length > 0) {
112111
core.setFailed(
113112
`${missedFiles.length}/${filesToCheck.length} files not covered in CODEOWNERS`,
@@ -126,6 +125,7 @@ export const runAction = async (input: Input): Promise<void> => {
126125
});
127126
});
128127
}
128+
core.endGroup();
129129
};
130130

131131
export async function run(): Promise<void> {

0 commit comments

Comments
 (0)