From 2284cfbdb29f2254a390c51f79d8de776a251432 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Tue, 28 May 2024 11:29:51 -0700 Subject: [PATCH] Correcting yaml syntax. RE:#1581 --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1b8b5469f..e95d5bba5 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -164,7 +164,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - - fetch-depth: 0 # Fetch complete history for accurate versioning + fetch-depth: 0 # Fetch complete history for accurate versioning - uses: ./.github/actions/setup_env with: