We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5b361 commit a3551b9Copy full SHA for a3551b9
.github/workflows/nightly.yml
@@ -325,6 +325,8 @@ jobs:
325
326
- name: Checkout code
327
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
328
+ with:
329
+ submodules: true
330
331
- name: Set up Docker Buildx
332
uses: step-security/setup-buildx-action@8c8aef2d414c0b66518fee2b7084e0986f82d7ac # v3.11.1
.github/workflows/release.yml
@@ -373,6 +373,8 @@ jobs:
373
374
375
376
377
378
379
380
0 commit comments