From c2876c67e3ec7508dfea64d8080f9826ecde3d18 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 15:24:28 -0500 Subject: OK --- .github/actions/stasis_indexer/action.yml | 4 ++-- .github/workflows/pipeline_deliver.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/stasis_indexer/action.yml b/.github/actions/stasis_indexer/action.yml index 26e80f0..c6ad1dd 100644 --- a/.github/actions/stasis_indexer/action.yml +++ b/.github/actions/stasis_indexer/action.yml @@ -37,8 +37,8 @@ on: stasis_indexer_args: type: string - description: arguments for stasis tool - required: true + description: Additional arguments passed to stasis_indexer + required: false default: "" env: diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 6567612..1661f13 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -38,7 +38,7 @@ on: stasis_indexer_args: type: string description: arguments for stasis tool - required: true + required: false default: "" jobs: -- cgit