Skip to content

Commit c35cca1

Browse files
Update README
1 parent 45d2bb9 commit c35cca1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ _Create and run a GitHub Actions workflow._
77
Automation is key for streamlining your work processes, and [GitHub Actions](https://docs.github.com/actions) is the best way to supercharge your workflow.
88

99
- **Who is this for**: Developers, DevOps engineers, students, managers, teams, GitHub users.
10-
- **What you'll learn**: How to create workflow files, trigger workflows, and find workflow logs.
11-
- **What you'll build**: An Actions workflow that will check emoji shortcode references in Markdown files.
12-
- **Prerequisites**: In this exercise you will work with issues and pull requests, as well as edit files. We recommend you take the [Introduction to GitHub](https://github.com/skills/introduction-to-github) exercise first.
13-
- **How long**: This exercise can be finished in less than two hours.
10+
- **What you'll learn**: How to create GitHub Actions workflows, how to run them, and how to use them to automate tasks.
11+
- **What you'll build**: An Actions workflow that will comment on a pull request when it is created.
12+
- **Prerequisites**: If you are new to GitHub, we recommend you take the [Introduction to GitHub](https://github.com/skills/introduction-to-github) exercise first.
13+
- **How long**: This exercise can be finished in less than 30min.
1414

1515
In this exercise, you will:
1616

17-
1. Create a workflow
17+
1. Create a workflow file
1818
1. Add a job
1919
1. Add a run step
2020
1. Merge your pull request

0 commit comments

Comments
 (0)