We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404bb95 commit 415f4eeCopy full SHA for 415f4ee
action.yml
@@ -34,7 +34,7 @@ runs:
34
echo "::set-output name=components::$(for c in ${components//,/ }; do echo -n ' --component' $c; done)"
35
echo "::set-output name=downgrade::${{inputs.toolchain == 'nightly' && inputs.components && ' --allow-downgrade' || ''}}"
36
env:
37
- targets: ${{inputs.targets || input.target || ''}}
+ targets: ${{inputs.targets || inputs.target || ''}}
38
components: ${{inputs.components}}
39
shell: bash
40
0 commit comments