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

Commit a0fcfe2

Browse files
committed
fixed typos
1 parent 2ec65e0 commit a0fcfe2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before:
2121
issue: "%actions.welcomeIssue.data.number%"
2222
with: 00_welcome-activity.md
2323
data:
24-
quicklink: "%payload.repository.html_url%/new/master?filename=.github/workflows/my-workflow.yml&workflow_template=blank"
24+
quicklink: "%payload.repository.html_url%/new/master?filename=.github/workflows/my-workflow.yml"
2525
actionsUrl: "%payload.repository.html_url%/actions/new"
2626

2727
steps:
@@ -91,7 +91,7 @@ steps:
9191
issue: Start here!
9292
- type: removeBranchProtection
9393
- type: respond
94-
with: 01_merg-workflow.md
94+
with: 01_merge-workflow.md
9595
data:
9696
actionsUrl: "%payload.repository.html_url%/actions"
9797

responses/00_explain-gh-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Create an issue comment
22

3-
If we take a look at the [Octokit documentation](https://octokit.github.io/rest.js/v17#issues-create-comment) on how to create issue comments we we are greeted with the following method:
3+
If we take a look at the [Octokit documentation](https://octokit.github.io/rest.js/v17#issues-create-comment) on how to create issue comments we are greeted with the following method:
44

55
**someFile.js**
66

responses/00_welcome-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Configuring a workflow
1+
## Using GitHub Script in a workflow
22

33
Actions are enabled on your repository by default, but we still have to tell our repository to use them. We do this by creating a workflow file in our repository.
44

0 commit comments

Comments
 (0)