Manually Trigger a GitHub Action with workflow_dispatch
There's a plethora of triggers you can use to run a GitHub Action. You can run it on a schedule, on a push or a pull request, or even on a release.
Today the spotlight is on workflow_dispatch, a trigger that allows you to manually trigger a GitHub Ac...
balastrong.hashnode.dev3 min read
Abhay Singh Rathore
Great article explaining how to manually trigger a GitHub Action using workflow_dispatch with custom parameters!