From eab04d1d57a57be9cfb5f3028969010725773871 Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:02:57 -0700 Subject: [PATCH] fix typo in environment --- .github/workflows/cicd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-pipeline.yml b/.github/workflows/cicd-pipeline.yml index c5a2b10..3cefb24 100644 --- a/.github/workflows/cicd-pipeline.yml +++ b/.github/workflows/cicd-pipeline.yml @@ -264,7 +264,7 @@ jobs: name: Deploy needs: [build, docker] runs-on: ubuntu-latest - environment: needs.build.outputs.deploy_env + environment: ${{ needs.build.outputs.deploy_env }} env: THE_VERSION: ${{ needs.build.outputs.version }} CONTAINER_IMAGE_URI: ${{ needs.docker.outputs.container_image_uri }}