Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit cc2b872

Browse files
committed
add link to actions on LL v gh actions
1 parent 851b42d commit cc2b872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

responses/06.0_add-first-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Great! The learner's repository will now be setup with a single issue.
22

33
### Steps in Learning Lab
4-
Let's now dive into the `steps:`. This block is composed of [:book: steps](https://github.github.com/learning-lab-equipment/#/3-3-writing-steps) that are triggered by [`events` on GitHub](https://developer.github.com/v3/activity/events/types/), and in turn certain `actions` take place. **`actions` in this context are NOT the same as GitHub Actions.**
4+
Let's now dive into the `steps:`. This block is composed of [:book: steps](https://github.github.com/learning-lab-equipment/#/3-3-writing-steps) that are triggered by [`events` on GitHub](https://developer.github.com/v3/activity/events/types/), and in turn certain [:book: `actions` take place](https://github.github.com/learning-lab-equipment/#/actions/). **`actions` in this context are NOT the same as GitHub Actions.**
55

66
Each step maps directly to something that the user will do. User interaction on GitHub triggers the step, and Learning Lab responds. The user interaction could be creating a pull request, closing an issue, or editing a file. When designing a course, it's important to plan for the user interactions to reflect what you want them to learn.
77

0 commit comments

Comments
 (0)