Skip to content

Commit

Permalink
chore: workflows checkout with submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi committed Aug 10, 2021
1 parent 0d1018c commit dffce9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
submodules: true
submodules: recursive

- name: Get Version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
submodules: recursive

- name: Install Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit dffce9f

Please # to comment.