Skip to content

Commit 1a947af

Browse files
authored
Add Skip App Build to the Action (#8)
1 parent 7941aac commit 1a947af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ inputs:
3434
routes_location:
3535
description: "Directory location where the routes.json file can be found in the source code"
3636
required: false
37+
skip_app_build:
38+
description: "Skips the build step for the application source code if set to true."
39+
required: false
3740
outputs:
3841
static_web_app_url:
3942
description: "Url of the application"

0 commit comments

Comments
 (0)