From e2524751ea66e7804313ec7d231487e6fc21e396 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 28 Nov 2024 14:36:50 +0500 Subject: [PATCH] try fixing working directory issue --- .github/workflows/deploy-functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-functions.yml b/.github/workflows/deploy-functions.yml index 67cc71e..a6ba4df 100644 --- a/.github/workflows/deploy-functions.yml +++ b/.github/workflows/deploy-functions.yml @@ -19,7 +19,7 @@ jobs: cdk_subcommand: "deploy" cdk_stack: "stack1" cdk_args: "--require-approval never" - working_dir: "functions" + working_dir: "./functions" actions_comment: false env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}