From b60b76f4b95205e2632349921cfad1c427bf87e0 Mon Sep 17 00:00:00 2001 From: Jeff Schaller <17769792+jeffschaller@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:15:18 -0400 Subject: [PATCH] Update build.yml added '...deploy' to "git fetch" in line 25 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad61166461..0428462d7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Fetch branches run: | git remote set-branches --add origin fixdatetime.datetime.utcnow - git fetch --depth=5 origin fixdatetime.datetime.utcnow + git fetch --depth=5 origin fixdatetime.datetime.utcnow deploy - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}