GitHub Actions - Introductorio
GitHub Actions is a continuous integration and continuous deployment (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows as well as create and test every pull request in your repo
Creado por
Luciano Giacchetta
Incluido en Carreras:
BRL 0,0
Incluye 65% OFF
Garantía de Devolución (7 días)
Este curso incluye
- 6 Módulos
- 12 Videos
- 18 Practicas
- Acceso a tiempo completo
- Acceso en Móviles y Tabletas
- Certificado de Curso
Lo que aprenderás
- Conceptos fundamentales
- Encontrar y personalizar acciones
- Características
- Contextos (environment, branches, jobs)
- Variables de entorno (Env Vars)
- Expresiones
Contenidos del Curso
12 Horas 0 Minutos
Learn the basics of GitHub Actions, including core concepts and how to configure them to start working with them
Actions are the building blocks that power your workflow. A workflow can include actions created by the community, or you can create your own actions directly within your application's repository. This module will show you how to desc
GitHub Actions were designed to help you create robust and dynamic automations. This module will show you how to create GitHub Actions workflows that include environment variables, custom scripts, and more.
You can use expressions to programmatically configure environment variables in your workflow files and access contexts. An expression can be any combination of literal values, context references, or functions.
Contexts are a way to access information about workflow runs, Runners, Jobs, and Steps. Each context is an object that contains properties, which can be strings or other data types, including other objects.
GitHub sets default environment variables for each workflow run in GitHub Actions. You can also set custom environment variables in your workflow file. You can use environment variables to store information at