checkout actions

Action for checking out a repo

Lenguaje principal
TypeScript
Stars
8,680
Forks
2,749

Etiquetas

  • CI/CD
  • DevOps
  • Biblioteca/SDK
  • Automatización

Resumen

actions/checkout es la acción oficial de GitHub Actions para clonar el repositorio en el workspace del job. Permite configurar rama/ref, profundidad de fetch, sparse-checkout, submodules y credenciales de autenticación, con mejoras de seguridad como persistir tokens de forma aislada y proteger cont…

README

[![Build and Test](https://github.com/actions/checkout/actions/workflows/test.yml/badge.svg)](https://github.com/actions/checkout/actions/workflows/test.yml) # Checkout v7 ## Novedades - Manejo más seguro de pull requests de forks: el checkout ahora se niega a hacer checkout del código de pull requ…

查看完整页面