Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit a955d43

Browse files
authored
Merge pull request #15 from glenthomas/write-info-to-workflow-run-summary
Write info to workflow run summary
2 parents 5b75e85 + d81d7a3 commit a955d43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cancel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ req.on('error', (error) => {
2929
})
3030

3131
req.end();
32+
33+
console.log(`::warning::Cancelled the workflow run from job ${process.env.GITHUB_JOB}`);

0 commit comments

Comments
 (0)