diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:24:28 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:24:28 -0500 |
commit | c2876c67e3ec7508dfea64d8080f9826ecde3d18 (patch) | |
tree | 6ff66ecd12c0d5da70a4061903bed7faab6927ec /.github | |
parent | 12d46f7da5881132729245dc5b5f5718d83acdb0 (diff) | |
download | ghasandbox-c2876c67e3ec7508dfea64d8080f9826ecde3d18.tar.gz |
OK
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/stasis_indexer/action.yml | 4 | ||||
-rw-r--r-- | .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: |