diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-23 22:33:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-23 22:33:04 +0300 |
commit | 30e0ca5083db65fa08864de44935b1b5ce9cd5ac (patch) | |
tree | 346e39900461f6fafeb0e1c131693a3d1ff4feee | |
parent | Merge pull request #2 from me-and/configurable-cygwin-env-var (diff) | |
download | setup-cygwin-30e0ca5083db65fa08864de44935b1b5ce9cd5ac.tar.gz setup-cygwin-30e0ca5083db65fa08864de44935b1b5ce9cd5ac.zip |
code style
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |