Skip to content

sergeidyga/checkout-dirs

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: ''

About

Github action to checkout specific directory

Resources

License

Stars

Watchers

Forks

Packages

No packages published