Add Inputs to GitHub Actions Workflows - GitHub Actions Tutorial

preview_player
Показать описание
In this GitHub Actions Tutorial, we'll walk through how to add user inputs to workflow_dispatch triggers in your GitHub Actions workflow so they can be run manually with customized input values, from within the GitHub Actions tab in the GitHub web UI.
#github #githubactions

📺 Check out of DevOps & Automation playlist:

🙂 Follow Me Online
Рекомендации по теме
Комментарии
Автор

💡 Check out the GitHub Actions Tutorials playlist for more on using GitHub Actions for continuous deployment & delivery

goobar
Автор

Amazing video! I knew there was a solution to have the inputs picked from a drop-down menu since I've seen it in other places, but I didn't know how to set it up. Quickly and straight to the point. Cheers 👏

dma
Автор

Thanks A lot! Very helpful video, also your way of explanation is very simple and easy.

prasaanbawaari
Автор

Can we have dynamic a input based on the previous inputs selected. For eg: we have one input as 'Database' and then depending on the value chosen our next input will be populated with 'Tables' within that database?

aneeshthakur
Автор

Great video. Many thanks for this. I have been struggling with one thing. I have adopted approach of choice input workflow with 3 environments (uat, dev, prd). However, while authenticating in GCP cloud for dev or uat or prod it should select correct service account. Which i am not able to figure out. I don't wanna use if clause. Is there any dynamic option to select appropriate service account when i select environment?

anupkolambkar
Автор

Can we have a popup to confirm input while triggering run workflow

ramyashree