We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb58440 commit d5ca596Copy full SHA for d5ca596
.github/workflows/build.yml
@@ -31,8 +31,8 @@ jobs:
31
deployed: ${{ steps.build-step.outputs.deployed }}
32
steps:
33
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
- with:
35
- submodules: true
+ - name: Initialize build-logic submodule
+ run: git submodule update --init build-logic/common
36
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
37
with:
38
version: 2025.7.12
0 commit comments