Skip to content

Commit d86c49d

Browse files
smockleCopilot
andauthored
Update .github/actions/file/src/index.ts
Co-authored-by: Copilot <[email protected]>
1 parent d06c68e commit d86c49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/file/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default async function () {
3232
closedIssueUrls.push(response.data.html_url);
3333
core.info(`Closed issue: ${response.data.title} (${repoWithOwner}#${response.data.number})`);
3434
} catch (error) {
35-
core.setFailed(`Failed to close issue for finding: ${error}`)
35+
core.setFailed(`Failed to close issue for finding: ${error}`);
3636
process.exit(1);
3737
}
3838
}

0 commit comments

Comments
 (0)