From eaa8734e7ebbc2dc9f1f36f555311c5a75815ca4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 Oct 2021 05:08:40 +0100 Subject: [PATCH] Name in a way that is actually rendered by Actions ui --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c181ad5..bc671a1 100644 --- a/action.yml +++ b/action.yml @@ -22,8 +22,8 @@ runs: using: composite steps: - id: flags - name: construct rustup command line run: | + : construct rustup command line echo "::set-output name=target::${{inputs.target && ' --target '}}${{inputs.target}}" echo "::set-output name=components::$(for c in ${components//,/ }; do echo -n ' --component' $c; done)" env: