diff --git a/action.yml b/action.yml index 8f1a07f..46a576d 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: steps: - name: Run ci-storage ${{ inputs.action }} run: > - pwd && "${{ github.action_path }}ci-storage" + pwd && "${{ github.action_path }}/ci-storage" --storage-host="${{ inputs.storage-host || '' }}" --storage-dir="${{ inputs.storage-dir || '' }}" --storage-max-age-sec="${{ inputs.storage-max-age-sec || '' }}"