Skip to content

checkout-dirs

Actions
Checkout specific directories
v1
Latest
Star (1)

Tags

 (1)

checkout-dirs action

Minimalistic GitHub Action to checkout specific directories (instead of the whole repo).

Usage

  - uses: sergeidyga/checkout-dirs@v1
    with:
      # Space-separated directories to checkout
      # [required]
      dirs: 'dir1 dir2'
      # Repository name
      # [optional] defaults to ${{ github.repository }}
      repository: ''
      # Ref to checkout
      # [optional] defaults to ${{ github.ref_name }}
      ref: ''

checkout-dirs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Checkout specific directories
v1
Latest

Tags

 (1)

checkout-dirs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.