mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Fix typo in inputs expression
This commit is contained in:
parent
404bb95f09
commit
415f4eec04
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ runs:
|
|||
echo "::set-output name=components::$(for c in ${components//,/ }; do echo -n ' --component' $c; done)"
|
||||
echo "::set-output name=downgrade::${{inputs.toolchain == 'nightly' && inputs.components && ' --allow-downgrade' || ''}}"
|
||||
env:
|
||||
targets: ${{inputs.targets || input.target || ''}}
|
||||
targets: ${{inputs.targets || inputs.target || ''}}
|
||||
components: ${{inputs.components}}
|
||||
shell: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue