From 7b064c35985831ceef026c049e98c0526a7b63ed Mon Sep 17 00:00:00 2001 From: manishvenu Date: Wed, 18 Feb 2026 16:24:24 -0700 Subject: [PATCH 1/2] Bleh --- external/mom6_bathy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/mom6_bathy b/external/mom6_bathy index 20873fd..cc9c76f 160000 --- a/external/mom6_bathy +++ b/external/mom6_bathy @@ -1 +1 @@ -Subproject commit 20873fda50654b902feac1187e20d9fe4fb8b51a +Subproject commit cc9c76fce21404af910a5c8980354353be346366 From 2fb17727eeea20ed511a9c36c78218caf2b0d28c Mon Sep 17 00:00:00 2001 From: manishvenu Date: Wed, 18 Feb 2026 16:36:58 -0700 Subject: [PATCH 2/2] Add git indentity --- .github/workflows/ci-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index ca9f210..7e9498c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -16,7 +16,10 @@ jobs: run: shell: bash -el {0} steps: - + - name: Configure Git Identity + run: | + git config --global user.name "github-actions" + git config --global user.email "github-actions@github.com" - name: Install xmllint run: sudo apt-get install -y libxml2-utils - name: Checkout VisualCaseGen to temp folder