GitHub Actions Documentation
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.
Getting started
Sobre ações do GitHub→
O GitHub Actions permite que você crie fluxos de trabalho personalizados de ciclo de vida de desenvolvimento de software (SDLC, Software Development Life Cycle) diretamente no seu repositório do GitHub.
Configurar fluxo de trabalho→
You can create custom workflows to automate your project's software development life cycle processes.
Sobre ações→
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.
Popular articles
Sintaxe de fluxo de trabalho→
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 acionam fluxos de trabalho→
É possível configurar a execução de seus fluxos de trabalho quando uma atividade específica acontece no GitHub em um período agendado ou quando ocorre um evento externo do GitHub.
Context and expression syntax→
Você pode acessar informações de contexto e avaliar expressões em fluxos de trabalho e ações.
Indrodução ao GitHub Actions→
O GitHub Actions tem um ambiente de execução avançado e integrado a cada etapa do seu fluxo de trabalho. Você pode descobrir, criar e compartilhar o GitHub Actions para fazer qualquer trabalho.
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 Package Registry 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.
Compilar ações→
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.