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 9adee40 commit 4c84a79Copy full SHA for 4c84a79
1 file changed
.github/workflows/struct-generate.yaml
@@ -63,9 +63,9 @@ jobs:
63
64
- name: Run STRUCT
65
run: |
66
- struct generate {{ inputs.args }} \
67
- {{ inputs.struct_file }} \
68
- {{ inputs.output_dir }}
+ struct generate ${{ inputs.args }} \
+ ${{ inputs.struct_file }} \
+ ${{ inputs.output_dir }}
69
70
- name: Generate PR with changes
71
if: github.event_name == 'workflow_dispatch'
0 commit comments