``` - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: env_vars: OS,PYTHON ``` triggers warning `Unexpected input 'env_vars', valid inputs are ['name', 'token', 'file', 'flags', 'fail_ci_if_error']` despite following the example of https://github.com/codecov/codecov-action#arguments
triggers warning
Unexpected input 'env_vars', valid inputs are ['name', 'token', 'file', 'flags', 'fail_ci_if_error']despite following the example of https://github.com/codecov/codecov-action#arguments