Documentación de GitHub Actions
Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
Empezar
Acerca de Acciones de GitHub→
GitHub Actions te permite crear flujos de trabajo de ciclo de vida (SDLC) de software personalizados directamente en tu repositorio GitHub.
Configurar un flujo de trabajo→
You can create custom workflows to automate your project's software development life cycle processes.
Acerca de acciones→
Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, and use and customize actions shared by the GitHub community.
Artículos populares
Sintaxis de flujos de trabajo→
A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration.
Eventos que desencadenan flujos de trabajo→
Puedes configurar tus flujos de trabajo para que se ejecuten cuando ocurre una actividad específica en GitHub, en un horario programado o cuando se produce un evento fuera de GitHub.
Context and expression syntax→
Puedes acceder a la información de contexto y evaluar las expresiones en flujos de trabajo y acciones.
Comenzar con Acciones de GitHub→
GitHub Actions presenta un poderoso entorno de ejecución integrado en todos los pasos de tu flujo de trabajo. Puedes descubrir, crear y compartir GitHub Actions para realizar todos los trabajos que desees.
Configuring and managing workflows→
You can create custom workflows and manage runs to control your project's software development life cycle processes.
Language and framework guides→
You can create continuous integration (CI) workflows that build and test projects written in different programming languages.
Publishing packages with GitHub Actions→
Create and publish packages to GitHub Packages or another package hosting provider.
Migrating to GitHub Actions→
Migrate from other continuous integration (CI) providers to GitHub Actions.
Building and testing code with continuous integration→
You can use GitHub Actions to create custom continuous integration (CI) and continuous deployment (CD) workflows in your repository.
Construir acciones→
You can create your own actions, use and customize actions shared by the GitHub community, or write and share the actions you build.
Hosting your own runners→
You can create self-hosted runners to run workflows in a highly customizable environment.
Reference→
Reference documentation for building actions, creating workflows, and other tools and information on GitHub Actions.