diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-19 06:02:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-19 06:02:25 +0300 |
commit | 85a046d40a8523d82ed5d80b7bda079a76195d23 (patch) | |
tree | 0475e7be5720ac753c5728243193c32a48cbd3e4 /action.yml | |
parent | README: add CI badge (diff) | |
download | vs-shell-85a046d40a8523d82ed5d80b7bda079a76195d23.tar.gz vs-shell-85a046d40a8523d82ed5d80b7bda079a76195d23.zip |
bit prettier YAML
Diffstat (limited to '')
-rw-r--r-- | action.yml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,10 +1,12 @@ name: Visual Studio shell description: Set up Visual Studio paths and environment variables + inputs: arch: - description: 'Target architecture' + description: Target architecture required: false - default: 'x64' + default: x64 + runs: using: composite steps: @@ -117,6 +119,7 @@ runs: Get-ChildItem env: | %{ echo "$($_.Name)=$($_.Value)" >> $env:GITHUB_ENV } } shell: pwsh + branding: icon: star color: green |