From 1290660a0877e71b57549ff31f101b54fe99485a Mon Sep 17 00:00:00 2001 From: Dave Glick Date: Mon, 14 Feb 2022 16:55:23 -0500 Subject: [PATCH] A little cleanup --- .github/workflows/build.yml | 2 ++ build | 2 +- marvin.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b61767e..825788da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Get Source uses: actions/checkout@v2 + with: + submodules: recursive - name: Install .NET Core SDK uses: actions/setup-dotnet@v1 with: diff --git a/build b/build index 8d521b47..6e445bcb 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 8d521b474b739713e060bea0c96d41520b17fc1c +Subproject commit 6e445bcb9820dbc648788cdb8a4592f1d6936bb5 diff --git a/marvin.yml b/marvin.yml index 1de0c20d..4367edba 100644 --- a/marvin.yml +++ b/marvin.yml @@ -5,4 +5,4 @@ ProjectSets: GitHubOwner: "daveaglick" GitHubName: "Buildalyzer" GitHubToken: => GITHUB_TOKEN -NuGetApiKey: => DAVEAGLICK_NUGET_API_KEY \ No newline at end of file +NuGetApiKey: => NUGET_API_KEY \ No newline at end of file