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 4224133 commit 245f1beCopy full SHA for 245f1be
gh_workflow.py
@@ -90,6 +90,7 @@ def trigger_workflow(target: str, jobs: list[dict], ref: str, dry_run: bool = Fa
90
'-f', 'ref=master',
91
'-f', f'inputs[matrix_json]={matrix_json}',
92
'-f', f'inputs[ref]={ref}'
93
+ '-f', f'inputs[name]={target}'
94
]
95
96
try:
0 commit comments