From c06409e386fe966c9e2e7dea44b76cdd366c260d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 15:22:00 -0500 Subject: OK --- .github/workflows/pipeline_deliver.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 251d736..b30b55d 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -42,21 +42,19 @@ on: default: "" jobs: - checkout: - name: Checkout + deliver: + name: Deliver runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - deliver: - name: Deliver - runs-on: ubuntu-latest - uses: ./.github/workflows/stasis_indexer.yml - with: - artifactory_repo: ${{ inputs.artifactory_repo }} - mission: ${{ inputs.mission }} - build_name: ${{ inputs.build_name }} - destination: ${{ inputs.destination }} - stasis_indexer_args: ${{ inputs.stasis_indexer_args }} + - Name: Index + uses: ./.github/actions/stasis_indexer + with: + artifactory_repo: ${{ inputs.artifactory_repo }} + mission: ${{ inputs.mission }} + build_name: ${{ inputs.build_name }} + destination: ${{ inputs.destination }} + stasis_indexer_args: ${{ inputs.stasis_indexer_args }} -- cgit