From 9ed860d6b74bc1a4d3de54b284edf7a54d2d2e9d Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Fri, 28 Feb 2020 12:52:29 +0100 Subject: [PATCH 1/2] update course page --- course-details.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/course-details.md b/course-details.md index a4bd919..7593243 100644 --- a/course-details.md +++ b/course-details.md @@ -1,6 +1,6 @@ Automation is key for streamlining your work processes, and GitHub Actions are the best way to supercharge your workflow. -In this course, you’ll learn how to: +## What you'll learn - Organize and identify workflow files - Add executable scripts @@ -8,4 +8,20 @@ In this course, you’ll learn how to: - Trigger workflows - Discover workflow logs -Learning Lab has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants, create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course. +## What you'll build + +![](https://user-images.githubusercontent.com/16547949/62388562-9fc1a500-b52b-11e9-8d7e-4f4d32450fd5.png) + +- A working action, including a Dockerfile, an entrypoint script, and a workflow file + +## Prerequisites + +In this course you will work with issues and pull requests, as well as edit files. If these things are familiar to you, we recommend you take the [Introduction to GitHub]({{ host }}/githubtraining/introduction-to-github) course, first! + +## Projects used + +The main feature introduced in this course is GitHub Actions. To learn even more, check out the [GitHub Actions feature page](https://github.com/features/actions), or the [GitHub Actions documentation](https://help.github.com/en/actions). + +## Audience + +Developers, DevOps engineers, students, managers teams, GitHub users, people interested in automation \ No newline at end of file From 6145bde1d6a5368ec9c7d04d067ad97c54c5b57d Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Fri, 28 Feb 2020 13:02:20 +0100 Subject: [PATCH 2/2] remove tagline --- config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.yml b/config.yml index cce04d3..aa4145f 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,4 @@ title: Hello, GitHub Actions! -tagline: Your "Hello, World" for GitHub Actions description: Create a GitHub Action and use it in a workflow. tags: - GitHub Actions