diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pipeline_deliver.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |