diff --git a/.github/steps/x-review.md b/.github/steps/x-review.md index 2b2dbc3..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://skills.github.com/) +- 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) 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." diff --git a/README.md b/README.md index a7afc49..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: @@ -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? 🤷