Add if condition into workflow inputs for show or hide field #34127
Unanswered
M97Chahboun
asked this question in
Actions
Replies: 1 comment
|
This feature will be really useful. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I want suggest a proposal about workflow inputs

As you see in screenshot we have
_Fastlane lane_this input have 2 choices (promoteordeploy)I want when I select
promotehide_Fastlane Bump version_,_Create new tag_&_Push bump version_&_Deploy to input_When I select
deployshow_Fastlane Bump version_,_Create new tag_&_Push bump version_&_Deploy to input_& hide_Promote from_&_Promote to_we need something as
if: some conditionas input parameterCurrent yaml
Expect yaml
All reactions