Skip to content

Commit 84724ee

Browse files
author
Tom Brandenburg
committed
fix: change code-basic-template default directory to avoid permission issues
- Changed default target_directory from '/tmp' to '.' - Prevents permission denied errors in GitHub Actions environment - Template now searches current directory instead of protected /tmp subdirs
1 parent 99c535f commit 84724ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/basic/code-basic-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ conversation_variables:
88
type: text-input
99
description: Directory to search for files
1010
required: false
11-
default: '/tmp'
11+
default: '.'
1212
- variable: file_pattern
1313
name: File Pattern
1414
type: text-input

0 commit comments

Comments
 (0)