Skip to content

Commit

Permalink
Merge pull request #8 from jaikiran/patch-1
Browse files Browse the repository at this point in the history
Include the event that triggered a particular run of a target job
  • Loading branch information
n1hility authored Oct 7, 2020
2 parents 2e3c189 + a96a2fe commit 178b93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function cancelDuplicates(
for (const entry of sorted.backward()) {
const element = entry[1]
core.info(
`${element.id} : ${element.workflow_url} : ${element.status} : ${element.run_number}`
`${element.id} : ${element.event} : ${element.workflow_url} : ${element.status} : ${element.run_number}`
)

if (!matched) {
Expand Down

0 comments on commit 178b93a

Please sign in to comment.