Is there any way to run jobs from github actions and catch the results?

Yuki
Contributor

Hi all,

Is there any way to run jobs from github actions and catch the results?

Of course, I can do this if I use the API or CLI.
But I found the actions for notebook: https://github.com/marketplace/actions/run-databricks-notebook  

Compared to this, writing code from scratch for jobs is complicated. Is there a better way?