Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 15:48:59 +00:00
parent 4992dcb540
commit 4a0de465c6
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -39,6 +39,8 @@ jobs:
echo "Parsing channels from $metadata_file..."
cat "$metadata_file" | yq '.channels | length'
# First, get the total channel count:
channel_count=$(cat "$metadata_file" | yq '.channels | length')