diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 16:02:16 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 16:02:16 -0500 |
| commit | 9ba6adae0305ea3af17b053ce18496cbcea79ee7 (patch) | |
| tree | 8b9d81105646e02b73638e252ef1d34be99bab96 | |
| parent | cbb092d34077c9d7bfd160a73cbaa56086b76418 (diff) | |
| download | ghasandbox-9ba6adae0305ea3af17b053ce18496cbcea79ee7.tar.gz | |
OK
| -rw-r--r-- | .github/actions/stasis_indexer/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/stasis_indexer/action.yml b/.github/actions/stasis_indexer/action.yml index 434943e..4d85288 100644 --- a/.github/actions/stasis_indexer/action.yml +++ b/.github/actions/stasis_indexer/action.yml @@ -112,7 +112,7 @@ runs: - name: Run STASIS Indexer run: | src="${{ inputs.artifactory_repo }}/${{ inputs.mission }}/${{ inputs.build_name }}" - dest="${{ inputs.destination }}/${{ inputs.mission }}/${{ inputs.build_name }} + dest="${{ inputs.destination }}/${{ inputs.mission }}/${{ inputs.build_name }}" stasis_indexer \ --unbuffered \ --verbose \ |
