From 1e37e1bf57a3ed755972b43912d5c435299cce77 Mon Sep 17 00:00:00 2001 From: Saurabh Shrihar Date: Mon, 18 Mar 2024 15:19:34 +0400 Subject: [PATCH] Update path for taskdef, remove extra quotes --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index bf82526..fbb0ed1 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -78,7 +78,7 @@ jobs: - name: Extract directory path run: | - echo "TASKDEF_FILE=".github/taskdef/static-${{ needs.set-env-variable.outputs.ENVIRONMENT }}.json" >> $GITHUB_ENV + echo "TASKDEF_FILE=.github/taskdef/static-${{ needs.set-env-variable.outputs.ENVIRONMENT }}.json" >> $GITHUB_ENV - name: Fill in the new image ID in the Amazon ECS task definition id: task-def