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 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