We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of asking for lotus_install_network and lotus_deploy_network, simply ask for network name and infer the other one.
lotus_install_network
lotus_deploy_network
Look at example here, where we only ask the network name, then infer deploy network from it.
This simplifies the UX and avoids error-prone input.
Note the typed GitHub Actions input (i.e. drop-down menu instead of textual input of network name).
The text was updated successfully, but these errors were encountered:
Simplify reset CI parameters
ced495a
Infer "deploy network" from a simple network name and use consistent input naming across jobs. Fixes #1611
2ace328
masih
Successfully merging a pull request may close this issue.
Instead of asking for
lotus_install_network
andlotus_deploy_network
, simply ask for network name and infer the other one.Look at example here, where we only ask the network name, then infer deploy network from it.
This simplifies the UX and avoids error-prone input.
Note the typed GitHub Actions input (i.e. drop-down menu instead of textual input of network name).
The text was updated successfully, but these errors were encountered: