diff options
| -rw-r--r-- | .github/actions/stasis_indexer/action.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pipeline_deliver.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/stasis_indexer/action.yml b/.github/actions/stasis_indexer/action.yml index c6ad1dd..c6e64ed 100644 --- a/.github/actions/stasis_indexer/action.yml +++ b/.github/actions/stasis_indexer/action.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: 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: |
