From 12d46f7da5881132729245dc5b5f5718d83acdb0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 15:23:14 -0500 Subject: OK --- .github/workflows/pipeline_deliver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index b30b55d..6567612 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -49,7 +49,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - Name: Index + - name: Index uses: ./.github/actions/stasis_indexer with: artifactory_repo: ${{ inputs.artifactory_repo }} -- cgit