Skip to content

Commit

Permalink
some more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikachu committed Feb 22, 2024
1 parent 40cab89 commit 47cff1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32493,6 +32493,8 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
}
);

console.log(workflow.data.status, workflow.data.conclusion);

return {
status: workflow.data.status,
conclusion: workflow.data.conclusion,
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
}
);

console.log(workflow.data.status, workflow.data.conclusion);

return {
status: workflow.data.status,
conclusion: workflow.data.conclusion,
Expand Down

0 comments on commit 47cff1c

Please sign in to comment.