Skip to content
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

Fix passing composer_ignore_platform_reqs value #26

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

simPod
Copy link
Contributor

@simPod simPod commented Jan 23, 2021

Github Actions input values are passed as env vars in form of capital name prefixed with $INPUT_.

The input name is composer_ignore_platform_reqs, therefore the passed env is $INPUT_COMPOSER_IGNORE_PLATFORM_REQS.

Not INPUT_COMPOSER_CHECK_PLATFORM_REQUIREMENTS

Github Actions input values are passed as env vars in form of capital name prefixed with `$INPUT_`.

The input name is `composer_ignore_platform_reqs`, therefore the passed env is `$INPUT_COMPOSER_IGNORE_PLATFORM_REQS`. 

Not `INPUT_COMPOSER_CHECK_PLATFORM_REQUIREMENTS`
@muglug muglug merged commit d5548fa into psalm:master Jan 27, 2021
@muglug
Copy link
Member

muglug commented Jan 27, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants