mirror of
https://github.com/janderedev/automod.git
synced 2024-12-22 02:35:27 +00:00
pull submodules in workflows
This commit is contained in:
parent
1472f42389
commit
777c887587
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -54,6 +54,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
|
@ -94,6 +96,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
|
|
Loading…
Reference in a new issue