We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197776b commit 6591e6cCopy full SHA for 6591e6c
1 file changed
.github/workflows/struct-generate.yaml
@@ -48,8 +48,8 @@ on:
48
type: string
49
required: false
50
default: ''
51
- structures_folder:
52
- description: 'Path to the structures folder'
+ custom_structure_path:
+ description: 'Path to the custom structures directory'
53
54
55
default: 'structures'
@@ -89,10 +89,10 @@ jobs:
89
if [ -d ./custom-structures ]; then
90
91
struct list \
92
- -s ./custom-structures/${{ inputs.structures_folder }}
+ -s ./custom-structures/${{ inputs.custom_structure_path: }}
93
94
struct generate \
95
- -s ./custom-structures/${{ inputs.structures_folder }} \
+ -s ./custom-structures/${{ inputs.custom_structure_path: }} \
96
${{ inputs.args }} \
97
${{ inputs.struct_file }} \
98
${{ inputs.output_dir }}
0 commit comments