From a0a92a52c3726873a99b6725c90e5b16554f2cfc Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 13:41:34 -0500 Subject: OK --- .github/workflows/pipeline_deliver.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/pipeline_deliver.yml') diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index d61dff9..634eb89 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -8,13 +8,13 @@ on: inputs: artifactory_repo: type: string - description: Artifactory repository name where deliveries are stored + description: Artifactory repository path where deliveries are stored required: true default: "some-repo" mission: type: choice - description: Artifactory / directory + description: Mission name (e.g. hst) options: - thing1 - thing2 @@ -25,7 +25,7 @@ on: build_name: type: string - description: Artifactory / directory + description: Build name (e.g. MYPIPELINE-1.2.3) requires: true default: "" -- cgit