We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ff062 commit f6d8ac4Copy full SHA for f6d8ac4
.github/workflows/prod-image.yaml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout
29
uses: "actions/checkout@v4"
30
+ with:
31
+ submodules: 'recursive'
32
33
### Preparation: Auth, setup ###
34
0 commit comments