From 69794b4c8f60cb525995d59f285a8a959f8e4b00 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 15:57:58 -0500 Subject: OK --- .github/actions/stasis_indexer/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/stasis_indexer/action.yml b/.github/actions/stasis_indexer/action.yml index 7eee977..b9c29c2 100644 --- a/.github/actions/stasis_indexer/action.yml +++ b/.github/actions/stasis_indexer/action.yml @@ -87,6 +87,7 @@ runs: run: | sudo apt update sudo apt -y install sshfs + shell: bash - name: Mount external data areas run: | @@ -119,6 +120,7 @@ runs: --dest "${dest}" ${{ inputs.stasis_args }} \ "$src" + shell: bash env: #Artifactory service URL (ending in /artifactory) STASIS_JF_ARTIFACTORY_URL: ${{ inputs.artifactory_url }}/artifactory @@ -126,4 +128,3 @@ runs: STASIS_JF_REPO: ${{ inputs.artifactory_repo }} STASIS_JF_ACCESS_TOKEN: ${{ inputs.artifactory_access_key }} STASIS_GH_TOKEN: ${{ inputs.release_notes_pat }} - shell: bash -- cgit