Skip to content

Make default install non-interactive #6

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

Merged
merged 1 commit into from
May 9, 2020
Merged

Make default install non-interactive #6

merged 1 commit into from
May 9, 2020

Conversation

hkdobrev
Copy link
Contributor

@hkdobrev hkdobrev commented May 6, 2020

Composer should not ask interactive questions in the non-interactive session of GitHub Actions.

With the --no-interaction flag composer install would either proceed with recommended approach or issue a warning instead of hanging the build waiting for input.

Composer should not ask interactive questions in the non-interactive session of GitHub Actions.

With the `--no-interaction` flag `composer install` would either proceed with recommended approach or issue a warning instead of hanging the build waiting for input.
@hkdobrev
Copy link
Contributor Author

hkdobrev commented May 6, 2020

I've just noticed #4 and I'm not sure if the syntax works like that, but regardless of the syntax I think changing the default is a valid suggestion.

@g105b
Copy link
Member

g105b commented May 6, 2020

Thanks, this is a good point. I'll check and merge soon.

@g105b g105b merged commit aa32ca5 into php-actions:master May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants