From db7a48e02c157f80a4737182cdf6e7cbfa4bcc73 Mon Sep 17 00:00:00 2001 From: Tsuf Cohen <39455181+tsuf239@users.noreply.github.com> Date: Sun, 2 Jul 2023 12:53:46 +0300 Subject: [PATCH] Update README.md --- actions/deploy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/deploy/README.md b/actions/deploy/README.md index 41a875f..9624b98 100644 --- a/actions/deploy/README.md +++ b/actions/deploy/README.md @@ -17,7 +17,7 @@ steps: - name: Deploy Winglang App uses: winglang/wing-github-action/actions/deploy@main with: - entry: 'main.wing' # Required, replace this with your entry file if different + entry: 'main.w' # Required, replace this with your entry file if different target: 'tf-aws' # Required, the target to deploy to. e.g. tf-aws, tf-gcp, tf-azure or awscdk. version: 'latest' # Optional, specify a different version of the Winglang CLI if required working-directory: '' # Optional, the working directory to use. e.g. ./examples/with-dependencies. Will set backend-scope to the relative path of the working directory. @@ -128,4 +128,4 @@ Setup: npm install npm run all act -j test ./.github/workflows/test.yml -s AWS_SECRET_ACCESS_KEY= -s AWS_ACCESS_KEY_ID= -``` \ No newline at end of file +```