diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 24a629f..f4c31dd 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v3 # We don't need to clone git, really. A wget would suffice for GH-hosted runners. But using clone is better for Igor-hosted runners. with: repository: armbian/build #${{ github.repository_owner }}/armbian-build - ref: force_download + ref: main fetch-depth: 1 clean: false # true is default. it *will* delete the hosts /dev if mounted inside.