GitHub Actions - Beginner
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
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 6 Modules
- 12 Videos
- 18 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- Fundamental concepts
- Find and customize actions
- Features
- Contexts (environment, branches, jobs)
- Environment variables (Env Vars)
- Expressions
Course Contents
12 Hours 0 Minutes
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