smacke / submodule-checkout

This is a GitHub action for checking out submodules defined within a repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 }}'

About

This is a GitHub action for checking out submodules defined within a repository.

License:MIT License


Languages

Language:Shell 80.8%Language:Dockerfile 11.5%Language:Standard ML 7.7%