Skip to content

Commit 63d7361

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents d42f4cd + ee4c304 commit 63d7361

File tree

49 files changed

+888
-666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+888
-666
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13923,6 +13923,11 @@
1392313923
"source_path_from_root": "/learn-pr/github/github-introduction-administration/5-knowledge-check.yml",
1392413924
"redirect_url": "/training/modules/github-introduction-administration/knowledge-check",
1392513925
"redirect_document_id": true
13926+
},
13927+
{
13928+
"source_path_from_root": "/learn-pr/github/github-actions-ci/2b-github-actions-essential-features.yml",
13929+
"redirect_url": "/training/modules/github-actions-ci/github-actions-essential-features",
13930+
"redirect_document_id": true
1392613931
},
1392713932
{
1392813933
"source_path_from_root": "/learn-pr/github/introduction-to-github-visual-studio-code/1-introduction.yml",

learn-pr/github/github-actions-ci/2b-github-actions-essential-features.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/github/github-actions-ci/4-knowledge-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
uid: learn.github.github-actions-ci.4-knowledge-check
33
title: Module assessment
44
metadata:
5+
unitType: knowledge_check
56
title: Module assessment
6-
description: Review what you've learned.
7+
description: Review what you have learned.
78
ms.date: 11/15/2024
89
author: juliakm
910
ms.author: jukullam
@@ -78,5 +79,3 @@ quiz:
7879
- content: "By using the `secrets` keyword."
7980
isCorrect: false
8081
explanation: "You can use the `secrets` keyword to access secrets in a job, but it doesn't pass data between jobs."
81-
82-
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.github.github-actions-ci.cache-share-debug-workflows
3+
title: Cache, share and debug workflows
4+
metadata:
5+
title: Cache, share and debug workflows
6+
description: Learn how to improve performance, pass data between jobs, and debug workflows by using logs.
7+
ms.date: 06/18/2025
8+
author: juliakm
9+
ms.author: jukullam
10+
ms.topic: unit
11+
durationInMinutes: 8
12+
content: |
13+
[!include[](includes/cache-share-debug-workflows.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.github.github-actions-ci.github-actions-essential-features
3+
title: Customize your workflow with environment variables
4+
metadata:
5+
title: Customize your workflow with environment variables and artifact data
6+
description: Learn how to use essential customization techniques like create variables, run custom scripts.
7+
ms.date: 11/15/2024
8+
author: juliakm
9+
ms.author: jukullam
10+
ms.topic: unit
11+
durationInMinutes: 8
12+
content: |
13+
[!include[](includes/github-actions-essential-features.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.github.github-actions-ci.github-actions-manage-and-debug-workflows
3+
title: Manage and debug workflows in GitHub Actions
4+
metadata:
5+
title: Manage and debug workflows in GitHub Actions
6+
description: Learn how to identify workflow triggers, use logs for debugging, manage build artifacts, and automate labeling pull requests in GitHub Actions workflows.
7+
ms.date: 06/18/2025
8+
author: juliakm
9+
ms.author: jukullam
10+
ms.topic: unit
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/github-actions-manage-and-debug-workflows.md)]

0 commit comments

Comments
 (0)