We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06c68e commit d86c49dCopy full SHA for d86c49d
.github/actions/file/src/index.ts
@@ -32,7 +32,7 @@ export default async function () {
32
closedIssueUrls.push(response.data.html_url);
33
core.info(`Closed issue: ${response.data.title} (${repoWithOwner}#${response.data.number})`);
34
} catch (error) {
35
- core.setFailed(`Failed to close issue for finding: ${error}`)
+ core.setFailed(`Failed to close issue for finding: ${error}`);
36
process.exit(1);
37
}
38
0 commit comments