Skip to content

Commit

Permalink
Added Submodule checkout to Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Miniland1333 authored Jun 23, 2021
1 parent 5c91d33 commit 004878d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/createContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Extract branch/tag name
shell: bash
Expand Down

0 comments on commit 004878d

Please sign in to comment.