Update environment variable scope

pull/92/head
Zachary Eisinger 5 years ago committed by GitHub
parent fe5534da38
commit 5091cc16d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save