We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7f4ca commit aa6e22aCopy full SHA for aa6e22a
.github/workflows/demo_build_and_deploy.yml
@@ -32,6 +32,8 @@ jobs:
32
steps:
33
- name: Checkout repository
34
uses: actions/checkout@v4
35
+ with:
36
+ submodules: false
37
38
# # Install the cosign tool except on PR
39
# # https://github.com/sigstore/cosign-installer
0 commit comments