Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 430 Bytes

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.