es
Frecuentemente publicamos actualizaciones de nuestra documentación. Es posible que la traducción de esta página esté en curso. Para conocer la información más actual, visita la documentación en inglés. Si existe un problema con las traducciones en esta página, por favor infórmanos.
Guides
These guides for GitHub Actions include specific use cases and examples to help you configure workflows.
-
Get started with GitHub Actions
Discover the possibilities of GitHub Actions by creating your first workflow.Start path -
1Overview
Introduction to GitHub Actions
Learn about the core concepts and various components of GitHub Actions, and see an example that shows you how to add automation to your repository. -
2How-to guide
Finding and customizing actions
Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application's repository. This guide will show you how to discover, use, and customize actions. -
3Overview
Essential features
GitHub Actions are designed to help you build robust and dynamic automations. This guide will show you how to craft GitHub Actions workflows that include environment variables, customized scripts, and more. -
4How-to guide
Managing complex workflows
This guide shows you how to use the advanced features of GitHub Actions, with secret management, dependent jobs, caching, build matrices, and labels. -
5Overview
Security hardening
Good security practices for using GitHub Actions features.
Learning paths
Learning paths are a collection of guides that help you master a particular subject.
Build and test code
You can create custom continuous integration (CI) workflows right in your repository.
1
About continuous integration
Overview
2
Setting up CI using templates
Tutorial
3
About service containers
Overview
4
Building and testing Node.js
Tutorial
5
Building and testing PowerShell
Tutorial
6
Building and testing Python
Tutorial
7
Building and testing Ruby
Tutorial
8
Building and testing Java with Maven
Tutorial
9
Building and testing Java with Gradle
Tutorial
10
Building and testing Java with Ant
Tutorial
Automate your deployments
Learn how to automate release publishing for your project with a custom continuous deployment (CD) workflow in GitHub Actions.
1
About packaging with GitHub Actions
Overview
2
Publishing Node.js packages
Tutorial
3
Publishing Java packages with Maven
Tutorial
4
Publishing Java packages with Gradle
Tutorial
5
Publishing Docker images
Tutorial
Host your own runners
You can create self-hosted runners to run workflows in a highly customizable environment.
1
Acerca de los ejecutores autoalojados
2
Agregar ejecutores autoalojados
3
Configurar la aplicación del ejecutor autoalojado como un servicio
4
Usar un servidor proxy con ejecutores autoalojados
5
Utilizar etiquetas con ejecutores auto-hospedados
6
Usar ejecutores autoalojados en un flujo de trabajo
7
Administrar el acceso a los ejecutores auto-hospedados utilizando grupos
8
Monitorear y solucionar problemas para los ejecutores auto-hospedados
Create an action
Do you have an idea for a new action? Have you built something custom for your project? Learn how to build shareable actions and publish them to GitHub Marketplace.
1
Acerca de acciones
2
Crear una acción de contenedor de Docker
3
Crear una acción de JavaScript
4
Crear una acción para pasos de ejecución compuestos
5
Sintaxis de metadatos
6
Docker
7