From 790129690b2d2303efb6d5d8526bf344f4ebee47 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Fri, 23 Dec 2022 20:37:04 -0500 Subject: [PATCH] Fix environment variable Signed-off-by: Brett Logan --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0a509e7b..15fbe22d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -69,7 +69,7 @@ jobs: ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest target: "${{ matrix.images.target }}" - - name: Update ${{ matrix.images.deployment-environment-identifier }} Deployment + - name: Update ${{ matrix.images.environment }} Deployment uses: bobheadxi/deployments@v1.3.0 with: step: finish