We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0d57f commit a14fa3aCopy full SHA for a14fa3a
.github/workflows/deploy-staging-network.yml
@@ -58,6 +58,7 @@ jobs:
58
ref: ${{ steps.checkout-ref.outputs.ref }}
59
fetch-depth: 0
60
persist-credentials: false
61
+ submodules: recursive # Initialize git submodules for l1-contracts dependencies
62
63
- name: Validate inputs
64
run: |
0 commit comments