We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b38d92 commit f4ccb65Copy full SHA for f4ccb65
.github/workflows/build-board-custom.yml
@@ -51,11 +51,9 @@ jobs:
51
build:
52
runs-on: self-hosted
53
steps:
54
- - name: Set up repository
55
- run: |
56
- rm -rf ~/runner/_work/circuitpython
57
- mkdir -p "$GITHUB_WORKSPACE"
58
- git clone --filter=tree:0 https://github.com/adafruit/circuitpython.git $GITHUB_WORKSPACE
+ - uses: actions/checkout@v5
+ with:
+ fetch-depth: 0
59
- name: Checkout head / tag
60
env:
61
TAG: ${{ inputs.version == 'latest' && 'HEAD' || inputs.version }}
0 commit comments