diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 13:41:34 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 13:41:34 -0500 |
| commit | a0a92a52c3726873a99b6725c90e5b16554f2cfc (patch) | |
| tree | 93c394e0df3203b1b486c49c698d74e861737951 /.github/workflows/pipeline_deliver.yml | |
| parent | 354c8e3b6f341532b7fbc861ac4781c2e05186bb (diff) | |
| download | ghasandbox-a0a92a52c3726873a99b6725c90e5b16554f2cfc.tar.gz | |
OK
Diffstat (limited to '.github/workflows/pipeline_deliver.yml')
| -rw-r--r-- | .github/workflows/pipeline_deliver.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 <artifactory_repo>/<mission> directory + description: Mission name (e.g. hst) options: - thing1 - thing2 @@ -25,7 +25,7 @@ on: build_name: type: string - description: Artifactory <mission>/<build_name> directory + description: Build name (e.g. MYPIPELINE-1.2.3) requires: true default: "" |
