Skip to content

zencargo/checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

checkout

This action wraps actions/checkout and adds custom git config before checkout is done

Example usage

- name: Check out source code
  uses: ./.github/actions/checkout

With fetch-depth:

- name: Check out source code
  uses: ./.github/actions/checkout
  with:
    fetch-depth: 0

Inputs

working-directory

Required

Path of the module to check, relative to the GitHub workspace.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published