How to Manually Trigger GitHub Action
Here’s how you can trigger it:
- Go to the repository on GitHub.
- Go to the 'Actions' tab.
- Find the workflow you want to trigger and click on it.
- Look for a 'Run workflow' button near the top-right corner of the page.
- Select the branch and provide any required inputs.
- Click 'Run workflow'.
- By following these steps, you can successfully trigger GitHub Actions manually.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it