From 2b9a7781371bbca3a94052d9960f7c3b37bb7ff4 Mon Sep 17 00:00:00 2001 From: Jose Felipe Duarte Coronado <77589315+josefdc@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:59:42 -0500 Subject: [PATCH] Add github actions resource (#6517) * Update github-actions@AmetdCURXXob5TUsikAab.md * Update src/data/roadmaps/git-github/content/github-actions@AmetdCURXXob5TUsikAab.md --------- Co-authored-by: Kamran Ahmed --- .../content/github-actions@AmetdCURXXob5TUsikAab.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/git-github/content/github-actions@AmetdCURXXob5TUsikAab.md b/src/data/roadmaps/git-github/content/github-actions@AmetdCURXXob5TUsikAab.md index da2fb90d1..0de2b32f4 100644 --- a/src/data/roadmaps/git-github/content/github-actions@AmetdCURXXob5TUsikAab.md +++ b/src/data/roadmaps/git-github/content/github-actions@AmetdCURXXob5TUsikAab.md @@ -1 +1,8 @@ -# GitHub Actions \ No newline at end of file +# GitHub Actions + +GitHub Actions is a very useful tool for automation, allowing developers to automate tasks within the software development lifecycle directly on GitHub. + +One of the best ways to learn about GitHub Actions is through the course offered by Microsoft Learn. This course is well-structured and provides practical examples that are concise and easy to understand. + +- [@course@Microsoft Learn: Introduction to GitHub Actions](https://learn.microsoft.com/en-us/collections/n5p4a5z7keznp5) +- [@course@YouTube: GitHub Actions Playlist](https://www.youtube.com/watch?v=-hVG9z0fCac&list=PLArH6NjfKsUhvGHrpag7SuPumMzQRhUKY&pp=iAQB)