Skip to content

Commit 94bf60b

Browse files
authored
Change the default value of Verbose logging to false (#29)
1 parent c881256 commit 94bf60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ inputs:
171171
summary: Output directory path
172172
description: This directory will contain the generated `raw-xcodebuild-output.log`.
173173
is_required: true
174-
- verbose_log: "yes"
174+
- verbose_log: "no"
175175
opts:
176176
category: Debug
177177
title: "Enable verbose logging?"

0 commit comments

Comments
 (0)