checks-action
checks-action copied to clipboard
Button to manually trigger workflow
My repo: https://github.com/eduardohmg/actions-test
Currently, I'm using issue_comment to trigger a deploy preview for my pullrequests. I'm aware that I could use workflow_dispatch - I actually use it as second trigger when a branch doesn't have a PR - but I want something closer to Gitlab CI, in which I can see all jobs and trigger them manually.
I noticed that using LouisBrunner/checks-action I can create checks with a button. Is it possible to trigger a workflow using this button?

Is this similar to #18 or #21 ?
Closing due to lack of context