From d4ba8717c0c31aff5fe6808d10b780a962493698 Mon Sep 17 00:00:00 2001 From: Magnus Wahlberg Date: Thu, 16 May 2024 16:05:28 +0200 Subject: [PATCH] Fix type --- .github/workflows/run-pipeline.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-pipeline.yml b/.github/workflows/run-pipeline.yml index 523d58fb..20b01402 100644 --- a/.github/workflows/run-pipeline.yml +++ b/.github/workflows/run-pipeline.yml @@ -1,18 +1,17 @@ name: Run pipeline - on: workflow_call: inputs: environment_file: required: true - type: str + type: string pipeline_cmd: required: true - type: str + type: string name: required: true - type: str + type: string jobs: Run-Pipeline: