/usr/bin/git sparse-checkout disable
git: 'sparse-checkout' is not a git command. See 'git --help'.
Error: The process '/usr/bin/git' failed with exit code 1
Job template:
jobs:
FlakyTests:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
name: Tests
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_TOKEN }}
submodules: 'recursive'
Job template: