Skip to content

Commit 97978d4

Browse files
authored
Hide process details table in summaries.
1 parent 763f24d commit 97978d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ on:
9191
description: The URL to use for the GitHub environment.
9292

9393
env:
94+
# Tell ddev to not set /etc/hosts file.
9495
DDEV_NONINTERACTIVE: true
96+
97+
# Tell run-with-summary to skip the details table.
98+
HIDE: true
9599

96100
jobs:
97101
deploy-code:

0 commit comments

Comments
 (0)