Skip to content

Commit f2db3e4

Browse files
committed
Update YouTube link
1 parent efe1d56 commit f2db3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-azure/deliver-with-devops/includes/5-explore-continuous-delivery-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GitHub Actions provide the mechanism for implementing software delivery workflow
33
## What are GitHub Actions?
44

55
---
6-
> [!VIDEO https://www.youtube.com/embed/qT0VMdx7vuI?si=YsZWnf9MQx5ZwAw7?cc_load_policy=1&cc_lang_pref=auto]
6+
> [!VIDEO https://www.youtube.com/embed/cP0I9w2coGU?si=lV3HXOnSDRIio0p1?cc_load_policy=1&cc_lang_pref=auto]
77
---
88

99
In the context of GitHub, the term *actions* actually have a dual meaning. The first one (capitalized *Actions*) represents the GitHub service, which provided the ability to implement CI/CD workflows. The second one (lower case *actions*) designates reusable units that can be included in workflows to deliver a specific functionality, such as running scripts and executables, building and uploading artifacts, or setting up access to an Azure subscription.

0 commit comments

Comments
 (0)