Checkout one or multiple files from a repository. Insipred by Bhacaz/checkout-files.
- uses: Vendic/[email protected]
with:
paths: |
your
files
repo: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
ref: 'main' # (optional) Default: the repository’s default branch.