aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-01-15 16:05:24 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-01-15 16:05:24 -0500
commitbf15d3ec264d873f844e83b5fbc88bd730a0a225 (patch)
tree556286b9e36d28fc9db42e09191837943e9f26bb /.github
parent9ba6adae0305ea3af17b053ce18496cbcea79ee7 (diff)
downloadghasandbox-bf15d3ec264d873f844e83b5fbc88bd730a0a225.tar.gz
OK
Diffstat (limited to '.github')
-rw-r--r--.github/actions/stasis_indexer/action.yml108
1 files changed, 53 insertions, 55 deletions
diff --git a/.github/actions/stasis_indexer/action.yml b/.github/actions/stasis_indexer/action.yml
index 4d85288..ee85c8e 100644
--- a/.github/actions/stasis_indexer/action.yml
+++ b/.github/actions/stasis_indexer/action.yml
@@ -3,61 +3,59 @@ name: STASIS Indexer
description: |
Executes the STASIS indexer with arguments
-on:
- workflow_call:
- inputs:
- artifactory_url:
- type: string
- description: Artifactory base address (without /artifactory)
- required: true
- default: ""
-
- artifactory_repo:
- type: string
- description: Artifactory repository path where deliveries are stored
- required: true
- default: "some-repo"
-
- artifactory_access_key:
- type: string
- description: Artifactory access key
- required: true
- default: ""
-
- mission:
- type: choice
- description: Mission name (e.g. hst)
- options:
- - thing1
- - thing2
- - thing3
- - thing4
- required: true
- default: "thing4"
-
- build_name:
- type: string
- description: Build name (e.g. MYPIPELINE-1.2.3)
- required: true
- default: ""
-
- destination:
- type: string
- description: Path to store an indexed delivery
- required: true
- default: "/path/to/stasis/releases"
-
- stasis_indexer_args:
- type: string
- description: Additional arguments passed to stasis_indexer
- required: false
- default: ""
-
- release_notes_pat:
- type: string
- description: GitHub token with WRITE
- required: true
- default: ""
+inputs:
+ artifactory_url:
+ type: string
+ description: Artifactory base address (without /artifactory)
+ required: true
+ default: ""
+
+ artifactory_repo:
+ type: string
+ description: Artifactory repository path where deliveries are stored
+ required: true
+ default: "some-repo"
+
+ artifactory_access_key:
+ type: string
+ description: Artifactory access key
+ required: true
+ default: ""
+
+ mission:
+ type: choice
+ description: Mission name (e.g. hst)
+ options:
+ - thing1
+ - thing2
+ - thing3
+ - thing4
+ required: true
+ default: "thing4"
+
+ build_name:
+ type: string
+ description: Build name (e.g. MYPIPELINE-1.2.3)
+ required: true
+ default: ""
+
+ destination:
+ type: string
+ description: Path to store an indexed delivery
+ required: true
+ default: "/path/to/stasis/releases"
+
+ stasis_indexer_args:
+ type: string
+ description: Additional arguments passed to stasis_indexer
+ required: false
+ default: ""
+
+ release_notes_pat:
+ type: string
+ description: GitHub token with WRITE
+ required: true
+ default: ""
env:
REMOTE_PATHS: "/path/to/somewhere"