Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
/ sparse-checkout Public archive

A GitHub action to perform a sparse checkout of the repo

License

Notifications You must be signed in to change notification settings

mirego/sparse-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Warning

Sparse checkout is now supported in the main checkout action. This repo should no longer be used.

Sparse Checkout

A simple action to perform a sparse checkout of the repository. This is a workaround until the feature is added to the main checkout action (see actions/checkout#680).

Inputs

patterns

Required The pattern for the sparse checkout (see git documentation).

branch

Required The branch to checkout.

Example usage

uses: mirego/sparse-checkout@v1
  with:
    patterns: subproject/web subproject/ios
    branch: beta

About

A GitHub action to perform a sparse checkout of the repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published