aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-01-15 15:24:28 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-01-15 15:24:28 -0500
commitc2876c67e3ec7508dfea64d8080f9826ecde3d18 (patch)
tree6ff66ecd12c0d5da70a4061903bed7faab6927ec /.github
parent12d46f7da5881132729245dc5b5f5718d83acdb0 (diff)
downloadghasandbox-c2876c67e3ec7508dfea64d8080f9826ecde3d18.tar.gz
OK
Diffstat (limited to '.github')
-rw-r--r--.github/actions/stasis_indexer/action.yml4
-rw-r--r--.github/workflows/pipeline_deliver.yml2
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: