Skip to content

classabbyamp/treeless-checkout-action

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

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

treeless-checkout-action

Basic script action to check out a repository with --filter=tree:0.

Inputs

Input Description Default Required?
ref Ref to checkout (SHA, branch, tag) ${{ github.ref }} no
repository Repository name (foo/bar) ${{ github.repository }} no
server-url GitHub server url ${{ github.server_url }} no

Example Usage

This action is used in Void Linux's packaging and documentation CI.

name: Treeless Checkout Example
on:
  pull_request:

jobs:
  checkout:
    name: Checkout Repo - Treeless style
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: classabbyamp/treeless-checkout-action@v1
      - name: Show repo contents
        runs: ls -lR

About

Check out a repository with --filter=tree:0

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages