Skip to content

Commit a529ceb

Browse files
committed
Acrolinx
1 parent 45568eb commit a529ceb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.github.github-actions-ci.2b-github-actions-essential-features
33
title: Customize your workflow with environment variables and artifact data
44
metadata:
55
title: Customize your workflow with environment variables and artifact data
6-
description: Learn how to use essential customization techniques like creating variables, running scripts, and sharing data and artifacts between jobs.
6+
description: Learn how to use essential customization techniques like create variables, run scripts, and share data and artifacts between jobs.
77
ms.date: 11/15/2024
88
author: juliakm
99
ms.author: jukullam

learn-pr/github/github-actions-ci/includes/5-summary.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Here are some links to more information on the subjects described in this module
3636
- [npm test](https://docs.npmjs.com/cli/v10/commands/npm-test)
3737
- [Default environment variables](https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables)
3838
- [Contexts](https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#contexts)
39-
- [Understanding GitHub Actions](https://docs.github.com/actions/about-github-actions/understanding-github-actions)
40-
- [Using the cache action](https://docs.github.com/actions/guides/caching-dependencies-to-speed-up-workflows#using-the-cache-action)
41-
- [Passing data between jobs in a workflow](https://docs.github.com/actions/guides/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow)
42-
- [Enabling debug logging](https://docs.github.com/actions/managing-workflow-runs/enabling-debug-logging#enabling-step-debug-logging)
43-
- [Using workflow run logs](https://docs.github.com/actions/managing-workflow-runs/using-workflow-run-logs#searching-logs)
39+
- [Understand GitHub Actions](https://docs.github.com/actions/about-github-actions/understanding-github-actions)
40+
- [Use the cache action](https://docs.github.com/actions/guides/caching-dependencies-to-speed-up-workflows#using-the-cache-action)
41+
- [Pass data between jobs in a workflow](https://docs.github.com/actions/guides/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow)
42+
- [Enable debug logging](https://docs.github.com/actions/managing-workflow-runs/enabling-debug-logging#enabling-step-debug-logging)
43+
- [Use workflow run logs](https://docs.github.com/actions/managing-workflow-runs/using-workflow-run-logs#searching-logs)

0 commit comments

Comments
 (0)