Skip to content

Commit 2d0397d

Browse files
authored
ci(workflow): Update deploy_from_dist description in workflow file (#622)
Clarify the deployment options in the workflow by updating the description for the deploy_from_dist input.
1 parent 9feb3c8 commit 2d0397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-edge-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- bun
3333

3434
deploy_from_dist:
35-
description: "Whether to deploy from the dist folder or from the app's root folder"
35+
description: "Deploy from the dist folder. If unchecked - deploy from app's root folder"
3636
required: true
3737
default: true
3838
type: boolean

0 commit comments

Comments
 (0)