Skip to content

Commit d9c8d5b

Browse files
🩹 [Patch]: Set Debug and Verbose inputs to 'true' for consistent logging in module execution
1 parent ec616de commit d9c8d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ runs:
290290
LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}
291291
WorkingDirectory: ${{ inputs.WorkingDirectory }}
292292
with:
293-
Debug: ${{ inputs.Debug }}
294-
Verbose: ${{ inputs.Verbose }}
293+
Debug: 'true'
294+
Verbose: 'true'
295295
Version: ${{ inputs.Version }}
296296
Prerelease: ${{ inputs.Prerelease }}
297297
WorkingDirectory: ${{ inputs.WorkingDirectory }}

0 commit comments

Comments
 (0)