diff options
Diffstat (limited to '.github/workflows/feature-branch.yml')
| -rw-r--r-- | .github/workflows/feature-branch.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index 88bee04..3ff1833 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: recursive - uses: actions/upload-artifact@v3 with: name: source-code |
