diff --git a/.github/workflows/custom-board-build.yml b/.github/workflows/custom-board-build.yml index c9cb7a9b5c3ad..8a18f54304291 100644 --- a/.github/workflows/custom-board-build.yml +++ b/.github/workflows/custom-board-build.yml @@ -49,7 +49,7 @@ jobs: if: github.repository_owner != 'adafruit' run: | git remote add fork https://github.com/${{github.repository}}.git - git fetch --all + git fetch fork - name: branch compatibility if: inputs.branch != '' run: |