GitHub Actions
Automatiza, personaliza y ejecuta tus flujos de trabajo de desarrollo de software directamente en tu repositorio con GitHub Actions. Puedes descubrir, crear y compartir acciones para realizar cualquier trabajo que quieras, incluido CI/CD, y combinar acciones en un flujo de trabajo completamente personalizado.
-
Learn GitHub Actions→
Whether you are new to GitHub Actions or interested in learning all...
-
About continuous integration→
You can create custom continuous integration (CI) and continuous deployment (CD) workflows...
-
About packaging with GitHub Actions→
You can set up workflows in GitHub Actions to produce packages and...
Code examples
Create Issue Branch
GitHub Action that automates the creation of issue branches
Sorry, there is no result for
Sorry, there is no guide that match your filter.
Try another filter or add your code example.
Empezar
Artículos populares
-
Sintaxis de flujos de trabajo→
Un flujo de trabajo es un proceso automatizado configurable formado por uno o más trabajos. Debes crear un archivo YAML para definir tu configuración de flujo de trabajo.
-
Learn GitHub Actions→
Whether you are new to GitHub Actions or interested in learning all they have to offer, this guide will help you use GitHub Actions to accelerate your application development workflows.
-
Eventos que desencadenan flujos de trabajo→
Puedes configurar tus flujos de trabajo para que se ejecuten cuando ocurre una actividad específica en GitHub Enterprise, en un horario programado o cuando se produce un evento fuera de GitHub Enterprise.
-
Sintaxis de contexto y de expresiones→
Puedes acceder a información de contexto y evaluar expresiones en flujos de trabajo y acciones.
-
Environment variables→
GitHub sets default environment variables for each GitHub Actions workflow run. You can also set custom environment variables in your workflow file.
-
Encrypted secrets→
Encrypted secrets allow you to store sensitive information in your organization or repository.
Administrar flujos de trabajo
Crear acciones
Una guía completa para crear y compartir acciones con la comunidad.
Flujos de trabajo de inicio
Una colección de archivos de flujo de trabajo que te ayudan a iniciar con GitHub Actions.
GitHub Actions Marketplace
Explora las acciones de la comunidad y supercarga tu flujo de trabajo.
Guías
All GitHub Actions docs
Guides
- About continuous integration
- Setting up continuous integration using workflow templates
- Building and testing Node.js
- Building and testing .NET
- Building and testing PowerShell
- Building and testing Python
- Building and testing Ruby
- Building and testing Java with Maven
- Building and testing Java with Gradle
- Building and testing Java with Ant
- Building and testing Swift
- Installing an Apple certificate on macOS runners for Xcode development
- Building and testing Xamarin applications
- About packaging with GitHub Actions
- Publishing Node.js packages
- Publishing Java packages with Maven
- Publishing Java packages with Gradle
- Publishing Docker images
- Storing workflow data as artifacts
- About service containers
- Creating Redis service containers
- Creating PostgreSQL service containers
- Deploying to Amazon Elastic Container Service
- Deploying to Azure App Service
- Deploying to Google Kubernetes Engine
- Using GitHub Actions for project management
- Closing inactive issues
- Scheduling issue creation
- Adding labels to issues
- Commenting on an issue when a label is added
- Moving assigned issues on project boards
- Removing a label when a card is added to a project board column
- Managing GitHub Actions with GitHub CLI
Learn GitHub Actions
- Introduction to GitHub Actions
- Finding and customizing actions
- Essential features of GitHub Actions
- Managing complex workflows
- Sharing workflows with your organization
- Security hardening for GitHub Actions
- Migrating from Azure Pipelines to GitHub Actions
- Migrating from CircleCI to GitHub Actions
- Migrating from GitLab CI/CD to GitHub Actions
- Migrating from Jenkins to GitHub Actions
- Migrating from Travis CI to GitHub Actions
Managing workflow runs
- Using the visualization graph
- Viewing workflow run history
- Using workflow run logs
- Manually running a workflow
- Re-running a workflow
- Canceling a workflow
- Reviewing deployments
- Disabling and enabling a workflow
- Deleting a workflow run
- Downloading workflow artifacts
- Removing workflow artifacts
- Enabling debug logging
- Adding a workflow status badge
Alojar tus propios corredores
- Acerca de los ejecutores autoalojados
- Agregar ejecutores autoalojados
- Configurar la aplicación del ejecutor autoalojado como un servicio
- Utilizar etiquetas con ejecutores auto-hospedados
- Usar ejecutores autoalojados en un flujo de trabajo
- Administrar el acceso a los ejecutores auto-hospedados utilizando grupos
- Monitorear y solucionar problemas para los ejecutores auto-hospedados
- Eliminar ejecutores autoalojados
Help us make these docs great!
All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.
Make a contribution