Skip to content

Submodule Checkout

Actions
GitHub action for checking out submodules defined within a repository
v1
Latest
By jwsi
Star (7)

Tags

 (1)

Submodule Checkout Action

This action checks out a private or public submodule hosted within GitHub.

Inputs

ssh-key

An optional SSH key used when checking out private submodules.

Example usage

Public Submodules:

uses: jwsi/submodule-checkout@v1

Private Submodules:

uses: jwsi/submodule-checkout@v1
with:
  ssh-key: '${{ secrets.DEPLOY_KEY }}'

Submodule Checkout is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub action for checking out submodules defined within a repository
v1
Latest
By jwsi

Tags

 (1)

Submodule Checkout is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.