File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 11name : Invoke All Functions
22
3- on :
3+ on :
44 pull_request :
5+ types :
6+ - opened
7+ - synchronize
8+ - reopened
59 paths-ignore :
610 - ' .github/**'
711 push :
2428 run : |
2529 ## NOTE: ls -d returns absolute path
2630 ## GITHUB_WORKSPACE is the root directory
27- language_paths="$(ls -d ${GITHUB_WORKSPACE}/*/ | jq -R -s 'split("\n")[:-1]')"
31+ language_paths="$(ls -d ${GITHUB_WORKSPACE}/*/ | jq -R -s 'split("\n")[:-1]')"
2832 languages="$(ls -d ${GITHUB_WORKSPACE}/*/ | xargs -n 1 basename | jq -R -s 'split("\n")[:-1]')"
2933
3034 # set output
5660 name : f
5761 - name : Setup Hugo
5862 uses : peaceiris/actions-hugo@v3
59- with :
63+ with :
6064 hugo-version : ' 0.142.0'
6165 extended : true
6266 - name : Build & Invoke Function
9094 echo "ls -la ${GITHUB_WORKSPACE}"
9195 ls -la ${GITHUB_WORKSPACE}
9296 template=$(basename "$template_dir_abs")
93-
97+
9498 ############################# FUNC CREATE #############################
9599 echo "> FUNC CREATE"
96100
@@ -116,11 +120,11 @@ jobs:
116120 echo "build with host"
117121 FUNC_ENABLE_HOST_BUILDER=1 FUNC_BUILDER=host FUNC_CONTAINER=false FUNC_REGISTRY=docker.io/4141gauron3268 f build
118122 else
119- echo "build with pack"
123+ echo "build with pack"
120124
121125 FUNC_REGISTRY=quay.io/dfridric f build
122126 fi
123-
127+
124128 ############################## FUNC RUN ##############################
125129 echo "> FUNC RUN"
126130 if [ "$HOST_ENABLED" == "true" ]; then
You can’t perform that action at this time.
0 commit comments