From 41a28e484b3023f55ad7fdc19aa38282055b1c97 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 5 Apr 2024 08:27:59 +0200 Subject: [PATCH] fix(ci): Sevice names Signed-off-by: rjshrjndrn --- .github/workflows/patch-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index bbd3b3305..913703fec 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: description: 'This workflow will build for patches for latest tag, and will Always use commit from main branch.' inputs: - build_service: + services: description: 'Comma separated names of services to build(in small letters).' required: true @@ -96,6 +96,7 @@ jobs: } # Checking for backend images ls backend/cmd >> /tmp/backend.txt + echo Services: "${{ github.event.inputs.services }}" IFS=',' read -ra SERVICES <<< "${{ github.event.inputs.services }}" # Build FOSS for SERVICE in "${SERVICES[@]}"; do