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 22be490 commit 197dec7Copy full SHA for 197dec7
runtime-matrix/script.py
@@ -172,4 +172,4 @@ def run(metadata):
172
task_runners = dict(IAC_SELF_HOSTED=run_iac, DEPLOY_SELF_HOSTED=run_deploy)
173
for t in data["tasks"]:
174
runner = task_runners.get(t["taskType"])
175
- runner and runner(run_task_id=t["runTaskId"], **metadata.inputs)
+ runner and runner(run_task_id=t["runTaskId"], **metadata.inputs)
0 commit comments