From 30e0ca5083db65fa08864de44935b1b5ce9cd5ac Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Dec 2020 22:33:04 +0300 Subject: code style --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 02f19a9..b31a0e1 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: New-Variable x64 -Value ('${{ inputs.platform }}' -eq 'x64') -Option Constant New-Variable install_dir -Value '${{ inputs.install-dir }}' -Option Constant - New-Variable packages -Value '${{ inputs.packages}}' -Option Constant + New-Variable packages -Value '${{ inputs.packages }}' -Option Constant if ($windows_host) { echo 'CYGWIN=${{ inputs.env }}' >> $env:GITHUB_ENV -- cgit v1.2.3