| name: Checkout submodules |
| description: Checkout submodules |
| inputs: |
| extra-parameters: |
| description: "extra parameters" |
| required: false |
| default: "" |
| platform: |
| description: "Platform name" |
| required: true |
| runs: |
| using: "composite" |
| steps: |
| - uses: Wandalen/wretry.action@1a10d4835a1506f513ad8e7488aeb474ab20055c # v1.4.10 |
| name: Checkout submodules |
| with: |
| command: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform ${{ inputs.platform }} ${{ inputs.extra-parameters }} |
| attempt_limit: 3 |
| attempt_delay: 2000 |