Skip to content

Commit 1290660

Browse files
committed
A little cleanup
1 parent ee628b4 commit 1290660

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Get Source
2020
uses: actions/checkout@v2
21+
with:
22+
submodules: recursive
2123
- name: Install .NET Core SDK
2224
uses: actions/setup-dotnet@v1
2325
with:

build

Submodule build updated 1 file

marvin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ProjectSets:
55
GitHubOwner: "daveaglick"
66
GitHubName: "Buildalyzer"
77
GitHubToken: => GITHUB_TOKEN
8-
NuGetApiKey: => DAVEAGLICK_NUGET_API_KEY
8+
NuGetApiKey: => NUGET_API_KEY

0 commit comments

Comments
 (0)