diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:25:24 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:25:24 -0500 |
| commit | 24a2c53fa53316667d7618fac3d9ffe12aa5eb57 (patch) | |
| tree | c918d7ae559997a06e4fe42caa9dfe8709c4ba61 | |
| parent | c2876c67e3ec7508dfea64d8080f9826ecde3d18 (diff) | |
| download | ghasandbox-24a2c53fa53316667d7618fac3d9ffe12aa5eb57.tar.gz | |
OK
| -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: |
