diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index a4a55df..f047d81 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3.3.0 with: repository: armbian/build - ref: main + ref: AR-1549 fetch-depth: 1 clean: false # true is default. it *will* delete the hosts /dev if mounted inside. @@ -62,7 +62,7 @@ jobs: for k in ${desktops[@]}; do - if ! grep -q $j config/distributions/${i}/arhitectures; then continue; fi + if ! grep -q $j config/distributions/${i}/architectures; then continue; fi echo "{\"release\":\"${i}\",\"desktop\":\"$k\",\"minimal\":\"${{ inputs.minimal }}\",\"variant\":\"${variant}\",\"arch\":\"$j\",\"runner_tags\":\"$runner_tags\"}" done done