diff --git a/.github/workflows/deploy-functions.yml b/.github/workflows/deploy-functions.yml index a6ba4df..8ae8bf6 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: "/github/workspace/functions" actions_comment: false env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}