diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-13 14:10:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-13 14:10:26 +0300 |
commit | 6d88c01ad4b6b33190d261b45e241e462545652b (patch) | |
tree | c5287412459f4d8402919d2b296b1ea58fbfacc1 | |
parent | do nothing if not on Windows (diff) | |
download | vs-shell-6d88c01ad4b6b33190d261b45e241e462545652b.tar.gz vs-shell-6d88c01ad4b6b33190d261b45e241e462545652b.zip |
rename the actionv1
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | action.yml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -Set up Visual Studio shell -========================== +Visual Studio shell +=================== This is a GitHub action that sets up a Visual Studio shell in your workflow run. @@ -1,4 +1,4 @@ -name: Set up Visual Studio shell +name: Visual Studio shell description: Set up Visual Studio paths and environment variables inputs: arch: |