Skip to content

Commit 6591e6c

Browse files
committed
Rename structures_folder input to custom_structure_path in struct-generate workflow
1 parent 197776b commit 6591e6c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/struct-generate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ on:
4848
type: string
4949
required: false
5050
default: ''
51-
structures_folder:
52-
description: 'Path to the structures folder'
51+
custom_structure_path:
52+
description: 'Path to the custom structures directory'
5353
type: string
5454
required: false
5555
default: 'structures'
@@ -89,10 +89,10 @@ jobs:
8989
if [ -d ./custom-structures ]; then
9090
9191
struct list \
92-
-s ./custom-structures/${{ inputs.structures_folder }}
92+
-s ./custom-structures/${{ inputs.custom_structure_path: }}
9393
9494
struct generate \
95-
-s ./custom-structures/${{ inputs.structures_folder }} \
95+
-s ./custom-structures/${{ inputs.custom_structure_path: }} \
9696
${{ inputs.args }} \
9797
${{ inputs.struct_file }} \
9898
${{ inputs.output_dir }}

0 commit comments

Comments
 (0)