Skip to content

Commit

Permalink
Going back to explicitly calling main
Browse files Browse the repository at this point in the history
  • Loading branch information
t-dedah committed Oct 26, 2022
1 parent 1e9890e commit f032865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,5 @@ const executeDockerCommand = async (dockerCommand: string, continueOnError: bool
core.warning(errorStream)
}
}

main()

0 comments on commit f032865

Please sign in to comment.