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

Commits on Jan 23, 2021

  1. Fix passing composer_ignore_platform_reqs value

    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`
    simPod authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    2b44ce5 View commit details
    Browse the repository at this point in the history