Skip to content

RideAmigosCorp/action-cache-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency cache installation for Github Enterprise - self hosted runners

https://medium.com/web-developer/github-actions-solving-actions-cache-v2-for-self-hosted-runners-on-github-enterprise-663f22caeee3

Server Setup

https://github.com/kevincobain2000/cache-http

Installation

    - name: Yarn Install (with cache)
      uses: kevincobain2000/action-cache-http@v2
      with:
        version: ${{ matrix.node-versions }}
        lock_file: yarn.lock
        install_command: yarn install
        destination_folder: node_modules
        operating_dir: "./" # optional
        cache_http_api: "https://yourdomain.com/path/to/installation/cache-http"
        http_proxy: ""

Packages

No packages published

Languages

  • Shell 86.8%
  • JavaScript 13.2%