Skip to content

Commit

Permalink
feat: add is_static_export flag. (#15)
Browse files Browse the repository at this point in the history
* feat: add is_static_export flag.
  • Loading branch information
tkamesh committed May 5, 2022
1 parent c4f78dc commit 5c50db0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ inputs:
deployment_environment:
description: "Name of the Azure Static Web Apps environment to deploy to."
required: false
is_static_export:
description: "Indicates you are using `next export` to generate a static site if set to true."
required: false
outputs:
static_web_app_url:
description: "Url of the application"
Expand Down

0 comments on commit 5c50db0

Please sign in to comment.