Update include.yml

This commit is contained in:
Igor Pečovnik
2023-02-24 13:24:37 +01:00
committed by GitHub
parent 08ca2a17ca
commit d18b874014

View File

@@ -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