From d18b87401491f4ee61e5607ba3124eb9e47a4dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 24 Feb 2023 13:24:37 +0100 Subject: [PATCH] Update include.yml --- .github/workflows/include.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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