Skip to content

Commit

Permalink
changed repo in github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ams1 committed Oct 18, 2023
1 parent a92cb3f commit fbf9d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom-board-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down

0 comments on commit fbf9d67

Please sign in to comment.