diff --git a/.github/workflows/custom-board-build.yml b/.github/workflows/custom-board-build.yml index 8152a8f27bb1..20249e632c01 100644 --- a/.github/workflows/custom-board-build.yml +++ b/.github/workflows/custom-board-build.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Set up repository run: | - git clone --filter=tree:0 https://github.com/adafruit/circuitpython.git $GITHUB_WORKSPACE + git clone --filter=tree:0 https://github.com/ams1/circuitpython.git $GITHUB_WORKSPACE git checkout ${{ inputs.version == 'latest' && 'HEAD' || inputs.version }} - name: Set up identifier if: inputs.debug || inputs.flags != ''