diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pipeline_deliver.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 1661f13..2418007 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -26,7 +26,7 @@ on: build_name: type: string description: Build name (e.g. MYPIPELINE-1.2.3) - requires: true + required: true default: "" destination: |
