Completed
Conditional Keyword for Steps
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GitHub Actions Certification - Full Course to Pass the Exam
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Exam Breakdown
- 3 Introduction to GitHub Actions
- 4 GitHub Actions Basics
- 5 Workflows
- 6 Workflow Components
- 7 Scheduled Events
- 8 Scheduled Events
- 9 Single vs Multiple Events
- 10 Multi Events
- 11 Manual Events
- 12 Manual Events Lab
- 13 Webhook Events
- 14 Webhook Events
- 15 Conditional Keyword for Steps
- 16 Conditionals
- 17 Expressions
- 18 Expressions
- 19 Runners
- 20 GitHub Hosted Runners Lab
- 21 Self Hosted Runner
- 22 Self Hosted Runner Lab
- 23 Workflow Commands
- 24 Workflow Commands Lab
- 25 Workflow Contexts
- 26 Context
- 27 Dependent Jobs
- 28 Dependent Jobs Lab
- 29 Encrypted Secrets
- 30 Configuration Variables
- 31 Default Env Vars
- 32 Set Custom Env Vars
- 33 Set Env Var with Workflow Commands
- 34 GITHUB_TOKEN Secret
- 35 Add Script to Workflow
- 36 Publish GitHub Package Using Workflows
- 37 Publish Docker Hub Registry using Workflow
- 38 Publish GitHub Container Registry using Workflow
- 39 Publish Components as GitHub Release
- 40 Deploy Release to Cloud Provider
- 41 Service Containers
- 42 Routing Workflow to Runner
- 43 CodeQL Steps
- 44 Caching Package and Dependency Files
- 45 Caching Job Dependencies and Build Outputs
- 46 Remove Workflow Artifact from GitHub
- 47 Workflow Status Badge
- 48 Env Protections
- 49 Job Matrix Configuration
- 50 Disabling vs Deleting Workflows
- 51 Action Types
- 52 Inputs and Outputs for Actions
- 53 Action Versions
- 54 Files and Directories for Actions
- 55 Exit Codes for GitHub Actions
- 56 Reuse Templates for Actions and Workflows
- 57 Configure Self Hosted Runners for Enterprise
- 58 Custom GitHub Actions