name: Checkout description: 'Checkout a Git repository' runs: using: composite steps: - run: printenv shell: bash - run: checkout.sh shell: bash