We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee628b4 commit 1290660Copy full SHA for 1290660
.github/workflows/build.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Get Source
20
uses: actions/checkout@v2
21
+ with:
22
+ submodules: recursive
23
- name: Install .NET Core SDK
24
uses: actions/setup-dotnet@v1
25
with:
build
marvin.yml
@@ -5,4 +5,4 @@ ProjectSets:
5
GitHubOwner: "daveaglick"
6
GitHubName: "Buildalyzer"
7
GitHubToken: => GITHUB_TOKEN
8
-NuGetApiKey: => DAVEAGLICK_NUGET_API_KEY
+NuGetApiKey: => NUGET_API_KEY
0 commit comments