Fill in missing input to rustup command line step

This commit is contained in:
David Tolnay 2022-07-20 14:45:43 -07:00
parent 4582dac165
commit d872b66ee6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: F9BA143B95FF6D82

View file

@ -38,6 +38,7 @@ runs:
echo "::set-output name=downgrade::${{inputs.toolchain == 'nightly' && inputs.components && ' --allow-downgrade' || ''}}"
env:
targets: ${{inputs.target}}
target: ${{inputs.target}}
components: ${{inputs.components}}
shell: bash