Skip to content

Commit

Permalink
set val
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 16, 2024
1 parent 0ebbb1b commit 69703d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/custom-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
run: |
echo "services:" > gen.yaml
IFS=','
for service in ${{ github.event.inputs.services }}; do
SERVICES="${{ github.event.inputs.services }}"
for service in $SERVICES; do
echo " $service:" >> gen.yaml
done
unset IFS
Expand Down

0 comments on commit 69703d8

Please sign in to comment.