ojob ojob.io/git/hub/workflows op=list repo=my/repo workflow=my-workflow.yml useDirect=true
Given a GitHub repo tries to perform operations (e.g. list, trigger) over the existing workflows (on a github action you might neet actions write permission)
Name | Description |
---|---|
op | The operation to execute (e.g. help, list, trigger) |
repo | The GitHub repo to use |
workflow | The GitHub repo corresponding workflow |
useDirect | Boolean to indicate to instead of using gh cli tries to place the requests directly |