Update action.yml

master v1.3
Vitaly Mikhailov 4 years ago committed by GitHub
parent b6d052c5e1
commit 048d93670e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,9 @@ inputs:
github-token:
description: ''
default: ''
fetch-depth:
description: ''
default: 1
runs:
using: "composite"
@ -12,6 +15,7 @@ runs:
uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: ${{inputs.fetch-depth}}
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@master

Loading…
Cancel
Save