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 +```