Skip to content

Checkout repositories in GHA on a clean environment for self-hosted runners

Notifications You must be signed in to change notification settings

john-jam/checkout-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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: ""

About

Checkout repositories in GHA on a clean environment for self-hosted runners

Resources

Stars

Watchers

Forks

Packages

No packages published