Skip to content

Commit 245f1be

Browse files
committed
wip: Work in Progress
1 parent 4224133 commit 245f1be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gh_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def trigger_workflow(target: str, jobs: list[dict], ref: str, dry_run: bool = Fa
9090
'-f', 'ref=master',
9191
'-f', f'inputs[matrix_json]={matrix_json}',
9292
'-f', f'inputs[ref]={ref}'
93+
'-f', f'inputs[name]={target}'
9394
]
9495

9596
try:

0 commit comments

Comments
 (0)