-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Cannot disable boolean options with default value true
like --pull
and --rebuild
#127
Comments
for options of type bool, having "true" or "false" as only selectable values in edit could help while Alternatively passing options with default true if disabled via checkbox with value false and keep current behavior for normal options. |
Sometimes you will encounter the following error. Can we set Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout |
You should be able to put...
...into a file called Use
I don't remember to have ever seen your error in act. You can technically just append space + |
I will be revisiting the current PR we have open (#117) this weekend to better support this. |
No open PR from my side implement this, the removal of the default value of type bool during review restored this issue with both experimental act (--list-options) and regular act ...and yes I refused to look into implementing further improvements |
Github Local Actions Version
dev
Act Version
0.2.70
GitHub Repository Link
N/A
Workflow Content
N/A
Act Command Used
Act Command Output
Bug Description
Related to discussions in #117
Until nektos/act#2522 would be merged we cannot disable
--pull
and--rebuild
using your GUI.While at the moment I think this will not happen at all.
Usage is
--pull=false
to explicitly disable them and not using defaulttrue
getAllOptions() will have default value set to true for them.
I had to make a breaking change to the default docker images in 2023 and forcing everyone to update their image was easier than handling the possible bug reports of broken images.
Changing defaults is less breaking than renaming the options to contain negation in it's name.
Act Bug Report
N/A
The text was updated successfully, but these errors were encountered: