Skip to content

Commit 4c84a79

Browse files
committed
Fix syntax for variable interpolation in struct-generate workflow
1 parent 9adee40 commit 4c84a79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/struct-generate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
6464
- name: Run STRUCT
6565
run: |
66-
struct generate {{ inputs.args }} \
67-
{{ inputs.struct_file }} \
68-
{{ inputs.output_dir }}
66+
struct generate ${{ inputs.args }} \
67+
${{ inputs.struct_file }} \
68+
${{ inputs.output_dir }}
6969
7070
- name: Generate PR with changes
7171
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)