We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5cf2e commit d92246dCopy full SHA for d92246d
.github/workflows/flagd-check.yml
@@ -16,9 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
-
20
- - name: Update git submodules
21
- run: git submodule update --init --recursive
+ with:
+ submodules: recursive
22
23
- name: Install protobuf compiler
24
run: |
.github/workflows/rust.yml
@@ -21,9 +21,8 @@ jobs:
25
26
27
28
29
0 commit comments