mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Fix targets input
This commit is contained in:
parent
8514966bb2
commit
c9932df3e4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,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.target}}
|
||||
targets: ${{inputs.targets}}
|
||||
target: ${{inputs.target}}
|
||||
components: ${{inputs.components}}
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue