diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6836643..44c3d7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Check out jspecify/samples-google-prototype if: always() run: | - git fetch --depth=1 samples-google-prototype + git fetch --depth=1 origin samples-google-prototype git checkout samples-google-prototype working-directory: jspecify - name: Run Samples Tests