Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <[email protected]>
  • Loading branch information
gauron99 committed Dec 11, 2024
1 parent 868a929 commit eef9b14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
# Convert the JSON string of 'language_paths' into an array
language_paths_list=$(echo ${{ needs.prepare.outputs.language_paths }} | jq -r '.[]')
echo $language_paths_list
IFS=$'\n' read -d '' -ra language_paths_array <<< "$language_paths_list"
# Find the index of the current language in the languages array
Expand All @@ -72,7 +73,8 @@ jobs:
template=$(basename "$template_dir_abs")
echo "f create $lang-$template -r=$url -l=$lang -t=$template"
f create $lang-$template -r "$url" -l "$lang" -t "$template"
#FUNC_ENABLE_HOST_BUILDER=1 FUNC_BUILDER=host FUNC_CONTAINER=false FUNC_REGISTRY=docker.io/4141gauron3268 f done
#FUNC_ENABLE_HOST_BUILDER=1 FUNC_BUILDER=host FUNC_CONTAINER=false FUNC_REGISTRY=docker.io/4141gauron3268 f
done

0 comments on commit eef9b14

Please sign in to comment.