diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20f87e48dd..0428462d7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Fetch branches run: | - git remote set-branches --add origin deploy + git remote set-branches --add origin fixdatetime.datetime.utcnow git fetch --depth=5 origin fixdatetime.datetime.utcnow deploy - uses: actions/setup-python@v4 with: