| 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@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0 |
| 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 |