Skip to content

Commit 074818b

Browse files
Merge pull request #50429 from responisble-ai/split-actions-learning-paths
Split actions learning paths
2 parents 1f33455 + 4d4ea37 commit 074818b

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
### YamlMime:LearningPath
2+
uid: learn.github-actions-2
3+
metadata:
4+
title: Automate your workflow with GitHub Actions Part 2 of 2
5+
description: This is part two of a GitHub Action Learning Path. Learn how GitHub Actions enables you to automate your software development cycle.
6+
brand: github
7+
ms.date: 05/14/2025
8+
author: camihmerhar
9+
ms.author: camhernandez
10+
ms.topic: learning-path
11+
title: Automate your workflow with GitHub Actions Part 2 of 2
12+
summary: |
13+
Learn how GitHub Actions enables you to automate your software development cycle. This is part two of a GitHub Action Learning Path.
14+
15+
In this learning path, you'll:
16+
17+
- Plan automation of your software development life cycle with GitHub Actions workflows.
18+
- Use GitHub Actions to automatically build your application.
19+
- Use GitHub Script to interact with the GitHub API.
20+
- Publish automatically and securely your code libraries or Docker images with GitHub Packages.
21+
prerequisites: |
22+
- A [GitHub](https://github.com?azure-portal=true) account
23+
iconUrl: /training/achievements/github/8-learn-continuous-integration-with-github-actions.svg
24+
25+
levels:
26+
- beginner
27+
- intermediate
28+
roles:
29+
- devops-engineer
30+
- administrator
31+
- developer
32+
- solution-architect
33+
- student
34+
products:
35+
- github
36+
subjects:
37+
- devops
38+
modules:
39+
- learn.github.github-actions-packages
40+
- learn.github.create-custom-github-actions
41+
- learn.github.manage-github-actions-enterprise
42+
trophy:
43+
uid: learn.github-actions-2.trophy

learn-pr/paths/github-actions/index.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@ modules:
3939
- learn.github.github-actions-ci
4040
- learn.github.github-actions-cd
4141
- learn.github.automate-github-using-github-script
42-
- learn.github.github-actions-packages
43-
- learn.github.create-custom-github-actions
44-
- learn.github.manage-github-actions-enterprise
4542
trophy:
4643
uid: learn.github-actions.trophy

0 commit comments

Comments
 (0)