Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions actions/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -128,4 +128,4 @@ Setup:
npm install
npm run all
act -j test ./.github/workflows/test.yml -s AWS_SECRET_ACCESS_KEY=<value> -s AWS_ACCESS_KEY_ID=<value>
```
```