Completed
03:16 - Workflow, Job and Runner in GitHub Actions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GitHub Actions Tutorial: Advanced Concepts You Should Know - Part 1
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Introduction to GitHub Actions
- 2 00:18 - What is GitHub Actions?
- 3 03:16 - Workflow, Job and Runner in GitHub Actions
- 4 07:07 - What is Runner Types of GitHub Actions
- 5 09:49 - Core Components in GitHub Actions
- 6 13:47 - Create and Run First Workflow in GitHub Actions
- 7 26:31 - What are Actions?
- 8 29:05 - Configure Checkout Action within Workflow
- 9 35:18 - Multi-Line commands and Executing Third Party Libraries in GitHub Actions
- 10 39:23 - Creating Workflow to Generate ASCII Artwork
- 11 46:04 - Executing Shell Scripts in Workflow
- 12 50:52 - Workflow with Multiple Jobs
- 13 56:51 - Execute Multiple jobs in Sequence using needs Syntax
- 14 01:02:15 - Storing workflow data as artifacts
- 15 01:10:58 - Working with Variables at different levels
- 16 01:21:48 - Working with Repository Level Secrets