File tree Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -39,8 +39,5 @@ modules:
39
39
- learn.github.github-actions-ci
40
40
- learn.github.github-actions-cd
41
41
- 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
45
42
trophy :
46
43
uid : learn.github-actions.trophy
You can’t perform that action at this time.
0 commit comments