GitHub Actions Advanced: How to Customize Workflow Parameters with User Inputs
GitHub Actions is a very powerful and flexible tool in continuous integration and continuous delivery (CI/CD) workflows. It allows developers to automate build, test, and deployment processes. However, in some cases, we would like to be able to set some parameters dynamically each time we manually trigger a workflow, instead of modifying hard-coded values at […]
GitHub Actions Advanced: How to Customize Workflow Parameters with User Inputs Read More »