Skip to content

Mushus/checkout-submodule

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f8841f · Jan 14, 2020

History

9 Commits
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Jan 14, 2020
Dec 23, 2019
Dec 20, 2019
Dec 23, 2019
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Jan 14, 2020
Dec 23, 2019
Dec 23, 2019
Dec 20, 2019
Dec 23, 2019

Repository files navigation

checkout-submodule

This Action makes checkout private submodule simply

Usage

Checkout submodule foo

- uses: Mushus/checkout-submodule@v1
  with:
    submodulePath: ./foo

Checkout submodule bar with deploy key DEPLOY_KEY_BAR

- uses: Mushus/checkout-submodule@v1
  with:
    submodulePath: ./bar
    identifier: ${{ secret.DEPLOY_KEY_BAR }}

identifier is a identifier file contents

Checkout submodule foo in repository bar

- uses: Mushus/checkout-submodule@v1
  with:
    basePath: ./bar
    submodulePath: ./foo

About

Makes checkout submodule simply

Resources

License

Stars

Watchers

Forks

Packages

No packages published