Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 572 Bytes

Checkout Action

This repository wraps the actions/checkout and adds the following features:

  • Provide a clean environment for non-ephemeral self-hosted Github Action runners
  • Checkout a private repository containing custom actions

Usage

- uses: john-jam/checkout-action@v1
  with:
    # The private actions repository to checkout in the .github/actions folder
    # Format: ${owner}/${repo}@${ref}
    actions-repo: ""

    # The ssh deploy key used to clone the actions private repository
    actions-ssh-key: ""