Update environment variable scope

This commit is contained in:
Zachary Eisinger 2020-06-01 08:53:23 -07:00 committed by GitHub
parent fe5534da38
commit 5091cc16d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,11 +79,15 @@ Some environment variables may be necessary for your particular case or to impro
Example usage:
```
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
```
# License