We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3c544 commit afc79e5Copy full SHA for afc79e5
1 file changed
.github/workflows/build-deploy.yml
@@ -31,6 +31,8 @@ jobs:
31
environment: ${{ steps.set-env.outputs.environment }}
32
steps:
33
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34
+ with:
35
+ submodules: recursive
36
37
- name: Determine environment and image tag
38
id: set-env
0 commit comments