From 532259e365d542d8636b50a0cc5418da1b101aa1 Mon Sep 17 00:00:00 2001 From: "Christopher W. Blake" Date: Tue, 22 Jul 2025 08:03:28 -0500 Subject: [PATCH 1/4] fix: owner in copy exercise button --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7afc49..54b9a0f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In this exercise, you will: Simply copy the exercise to your account, then give your favorite Octocat (Mona) **about 20 seconds** to prepare the first lesson, then **refresh the page**. -[![](https://img.shields.io/badge/Copy%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)](https://github.com/new?template_owner=skills&template_name=hello-github-actions&owner=%40me&name=skills-hello-github-actions&description=Exercise:+Create+and+run+a+GitHub+Actions+Workflow&visibility=public) +[![](https://img.shields.io/badge/Copy%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)](https://github.com/new?template_owner=skills-dev&template_name=hello-github-actions&owner=%40me&name=skills-hello-github-actions&description=Exercise:+Create+and+run+a+GitHub+Actions+Workflow&visibility=public)
Having trouble? 🤷
From 2c0c8b2df69bccd3df9f19d153297b24eeac8df2 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:17:02 +0200 Subject: [PATCH 2/4] fix: update references to use skills-dev (#1) --- .github/steps/x-review.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/steps/x-review.md b/.github/steps/x-review.md index 2b2dbc3..444899a 100644 --- a/.github/steps/x-review.md +++ b/.github/steps/x-review.md @@ -13,6 +13,6 @@ Here's a recap of all the tasks you've accomplished in your repository: ### What's next? -- [Take another exercise](https://skills.github.com/) +- [Take another exercise](https://learn.github.com/skills) - [Learn more about GitHub Actions](https://docs.github.com/actions/) - [Awesome Actions](https://github.com/sdras/awesome-actions) diff --git a/README.md b/README.md index 54b9a0f..89736d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Automation is key for repetitive tasks like testing, scanning, review, and deplo - **Who is this for**: Developers, DevOps engineers, Security engineers - **What you'll learn**: How to create GitHub Actions workflows, how to run them, and how to use them to automate tasks. - **What you'll build**: An Actions workflow that will comment on a pull request when it is created. -- **Prerequisites**: [Introduction to GitHub](https://github.com/skills/introduction-to-github) +- **Prerequisites**: [Introduction to GitHub](https://github.com/skills-dev/introduction-to-github) - **How long**: This exercise can be finished in less than 30min. In this exercise, you will: From 9b7b5155f904bb7430b20040497ebffe40409e64 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:52:09 +0200 Subject: [PATCH 3/4] chore: add AI in Actions exercise to what's next section (#2) --- .github/steps/x-review.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/steps/x-review.md b/.github/steps/x-review.md index 444899a..330c433 100644 --- a/.github/steps/x-review.md +++ b/.github/steps/x-review.md @@ -13,6 +13,7 @@ Here's a recap of all the tasks you've accomplished in your repository: ### What's next? -- [Take another exercise](https://learn.github.com/skills) +- Take another exercise on [GitHub Learn](https://learn.github.com/skills) + - Take the [AI in Actions](https://github.com/skills/ai-in-actions) exercise to learn how to leverage AI models within your GitHub Actions workflows - [Learn more about GitHub Actions](https://docs.github.com/actions/) - [Awesome Actions](https://github.com/sdras/awesome-actions) From bf4f20bd67d3997283169ef1bc87c8b54c0ca3b5 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:06:49 +0200 Subject: [PATCH 4/4] Update workflow to use exercise-toolkit v0.7.3 (#7) --- .github/workflows/0-start-exercise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index e967e44..557b8c6 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -16,7 +16,7 @@ env: jobs: start_exercise: name: Start Exercise - uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3 with: exercise-title: "Hello GitHub Actions" intro-message: "Create and run a GitHub Actions workflow."