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

Commit d1e528d

Browse files
committed
fixed typos
1 parent 33dc2d1 commit d1e528d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ steps:
300300
with: 07_use-fs.md
301301
data:
302302
columnID: "%actions.listColumns.data.0.id%"
303-
quicklink: "%payload.repository.html_url%/edit/%payload.repository.head.ref%/.github/workflows/my-workflow.yml"
303+
quicklink: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/my-workflow.yml"
304304

305305
- title: Merge the final workflow
306306
description: Merge the final workflow into the repository
@@ -331,6 +331,12 @@ steps:
331331
I'll respond here once it has completed!
332332
labels: ["bug"]
333333

334+
- type: respond
335+
with: new-issue.md
336+
issue: 6
337+
data:
338+
issueURL: "%actions.triggerIssue.data.html_url%"
339+
334340
- title: Open an issue
335341
description: Open another issue that does not contain the bug tag
336342
event: check_suite.completed
@@ -343,7 +349,7 @@ steps:
343349
with: 09_issue-activity.md
344350
issue: 7
345351
data:
346-
quicklink: "%payload.repository.htm_url%/issues/new"
352+
quicklink: "%payload.repository.html_url%/issues/new"
347353

348354
- title: Course recap
349355
description: Final notes on course

responses/07_use-fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We will make the following changes to the current workflow file:
77

88
### :keyboard: Activity: Add newly opened issue to project board
99

10-
1. [Edit]({{quicklink}}) the current workflow to have he following contents:
10+
1. [Edit]({{quicklink}}) the current workflow to have the following contents:
1111

1212
```yaml
1313
name: Learning GitHub Script

0 commit comments

Comments
 (0)