2022-01-04 21:39:46 +01:00
2022-01-04 21:39:46 +01:00
2021-09-18 22:54:51 +02:00
2021-09-18 22:58:51 +02:00

fast_submodule_checkout

GitHub action to update or clone a submodule much faster by enabling caching

Example workflow

name: Getting the hash of the corelib submodule

on: push

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2

    - name: Fast Submodule Checkout libs/corelib
      uses: 0xFEEDC0DE64/fast_submodule_checkout@main
      with:
        submodule: libs/corelib

    - name: Use corelib
      run: ls -lah libs/corelib
Description
GitHub action to update or clone a submodule much faster by enabling caching
Readme GPL-3.0 46 KiB