Skip to content

Commit

Permalink
¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
ry4nolson authored Mar 1, 2021
1 parent c2dc10e commit 56a11f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ async function main() {
// throw new Error("don't specify `run_id`, `workflow_conclusion` together")
//}

if (!workflow_conclusion) {
workflow_conclusion = "completed"
}
//if (!workflow_conclusion) {
// workflow_conclusion = "completed"
//}

if(!allowed_workflow_conclusions.includes(workflow_conclusion)) {
throw new Error(`Unknown workflow conclusion '${workflow_conclusion}'`)
}
//if(!allowed_workflow_conclusions.includes(workflow_conclusion)) {
// throw new Error(`Unknown workflow conclusion '${workflow_conclusion}'`)
//}

console.log("==> Repo:", owner + "/" + repo)

Expand Down

0 comments on commit 56a11f2

Please sign in to comment.