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