From 23665bfcd2cf53ec2fabfd3ea6d0cdef2ef55720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 19 Feb 2023 10:32:42 +0100 Subject: [PATCH] Update armbian-framework-rootfs-cache-v2.yml --- .github/workflows/armbian-framework-rootfs-cache-v2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/armbian-framework-rootfs-cache-v2.yml b/.github/workflows/armbian-framework-rootfs-cache-v2.yml index feaea9a0..1916c394 100644 --- a/.github/workflows/armbian-framework-rootfs-cache-v2.yml +++ b/.github/workflows/armbian-framework-rootfs-cache-v2.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: workflow_call: inputs: - mininal: + minimal: required: true type: string desktop: @@ -44,7 +44,7 @@ jobs: runner_tags="ubuntu_latest" [[ $j == arm64 ]] && runner_tags=aarch64 if ! grep -q $j config/distributions/${i}/arhitectures; then continue; fi - echo "{\"release\":\"${i}\",\"minimal\":\"${{ inputs.mininmal }}\",\"arch\":\"$j\",\"runner_tags\":\"$runner_tags\"}" + echo "{\"release\":\"${i}\",\"minimal\":\"${{ inputs.minimal }}\",\"arch\":\"$j\",\"runner_tags\":\"$runner_tags\"}" done done done | jq -s >> $GITHUB_OUTPUT