Skip to content

Commit 73d39d2

Browse files
committed
licenses
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent 538928c commit 73d39d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ inputs:
118118
description: 'Comma-separated list of filenames or patterns to exclude when merging (only used with merge=true)'
119119
required: false
120120
default: ''
121+
debug:
122+
description: 'Enable debug logging'
123+
required: false
124+
default: 'false'
121125
runs:
122126
using: 'docker'
123127
image: 'Dockerfile'
@@ -160,6 +164,7 @@ runs:
160164
MERGE: ${{ inputs.merge }}
161165
INCLUDE: ${{ inputs.include }}
162166
EXCLUDE: ${{ inputs.exclude }}
167+
DEBUG: ${{ inputs.debug }}
163168
branding:
164169
icon: 'list'
165170
color: 'yellow'

0 commit comments

Comments
 (0)