From 869583acd9275a5398afa2f56233ce6a107f174f Mon Sep 17 00:00:00 2001 From: ValentinoSanchez00 Date: Mon, 25 Nov 2024 14:10:51 +0100 Subject: [PATCH] creando flujo --- .github/workflows/CD.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 1b3161c..1cdf1da 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -8,5 +8,5 @@ jobs: llamar-CD: uses: stemdo-labs/final-project-exercise-ValentinoSanchez00/.github/workflows/CD.yaml@main with: - VERSION_CHART: "0.1.0" # Versión del Chart - MICROSERVICE: "frontend" # Nombre del microservicio \ No newline at end of file + VERSION_CHART: 0.1.0 # Versión del Chart + MICROSERVICE: frontend # Nombre del microservicio \ No newline at end of file