Update environment variable scope

pull/92/head
Zachary Eisinger 6 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: Example usage:
``` ```
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1 - uses: actions/setup-dotnet@v1
with: with:
dotnet-version: '3.1.100' # SDK Version to use. dotnet-version: '3.1.100' # SDK Version to use.
env:
DOTNET_NOLOGO: true
``` ```
# License # License

Loading…
Cancel
Save