From 85a046d40a8523d82ed5d80b7bda079a76195d23 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 Nov 2020 06:02:25 +0300 Subject: bit prettier YAML --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index 0472804..ffc04bf 100644 --- a/action.yml +++ b/action.yml @@ -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 -- cgit v1.2.3