Skip to content

void-musl/checkout

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

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkout

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

name: Treeless Checkout Example
on:
  pull_request:

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

Credits

See CREDITS.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages