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

Commit 54f696f

Browse files
committed
make a consistent step 7
1 parent c67fab0 commit 54f696f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ steps:
235235

236236
# 7
237237
- title: Create an issue using Learning Lab
238-
description: Create an issue using Learning Lab
238+
description: Use the `before` block to create an issue in the learner's repo.
239239
event: pull_request.synchronize
240240
actions:
241241
- type: getFileContents

responses/04.0_create-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Anything in this block occurs before the learner can access their course reposit
66
### Learning Lab actions
77
Actions are reusable modules that each course has access to. They are each designed to do very specific things, and nothing more. This is to optimize for reusability and simplicity. The documentation contains a listing of [:book: all available actions](https://github.github.com/learning-lab-equipment/#/actions/).
88

9-
## Step 5: Add to the `before` block
9+
## Step 7: Add to the `before` block
1010

1111
We'll use the [:book: `createIssue` action](https://github.github.com/learning-lab-equipment/#/actions/createIssue/) to create an issue for the learner with some initial instructions. The `createIssue` action requires two [:book: options](https://github.github.com/learning-lab-equipment/#/actions/createIssue/?id=options):
1212
- a title

0 commit comments

Comments
 (0)