Skip to content

Commit 415f4ee

Browse files
committed
Fix typo in inputs expression
1 parent 404bb95 commit 415f4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
echo "::set-output name=components::$(for c in ${components//,/ }; do echo -n ' --component' $c; done)"
3535
echo "::set-output name=downgrade::${{inputs.toolchain == 'nightly' && inputs.components && ' --allow-downgrade' || ''}}"
3636
env:
37-
targets: ${{inputs.targets || input.target || ''}}
37+
targets: ${{inputs.targets || inputs.target || ''}}
3838
components: ${{inputs.components}}
3939
shell: bash
4040

0 commit comments

Comments
 (0)