Skip to content

Commit 9d5e43c

Browse files
authored
Set DDEV_NONINTERACTIVE
1 parent ce04f7d commit 9d5e43c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/operations.site.deploy.ddev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ on:
9090
default: ${{ inputs.ddev_project_name }}.${{ inputs.ddev_project_tld }}
9191
description: The URL to use for the GitHub environment.
9292

93+
env:
94+
DDEV_NONINTERACTIVE: true
95+
9396
jobs:
9497
deploy-code:
9598
name: Deploy Code

0 commit comments

Comments
 (0)