Skip to content

Commit 5aa61b4

Browse files
authored
Fix a typo in the Actions intro skills course (#75)
* Update 1-create-a-workflow.md * Update 2-add-a-job.md * Update 3-add-actions.md * Update 4-merge-your-pull-request.md * Update 5-trigger.md
1 parent 25efefe commit 5aa61b4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/steps/1-create-a-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ To get you started, we ran an Actions workflow in your new repository that, amon
3838
3939
1. To commit your changes, click **Commit changes**.
4040
1. Type a commit message, select **Commit directly to the welcome-workflow branch** and click **Commit changes**.
41-
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). A separate Actions workflow in the repository (not the workflow you created) will run and will automatically replace this contents of this README file with instructions for the next step.
41+
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). A separate Actions workflow in the repository (not the workflow you created) will run and will automatically replace the contents of this README file with instructions for the next step.

.github/steps/2-add-a-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ In the following activity, you'll add a "build" job to your workflow. You'll spe
3535
3636
1. Click **Commit changes** in the top right of the workflow editor.
3737
1. Type a commit message and commit your changes directly to the `welcome-workflow` branch.
38-
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace this content with instructions for the next step.
38+
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace the contents of this README file with instructions for the next step.

.github/steps/3-add-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Update your workflow to make it post a comment on new pull requests. It will do
3737

3838
1. Click **Commit changes** in the top right of the workflow editor.
3939
1. Type your commit message and commit your changes directly to your branch.
40-
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace this content with instructions for the next step.
40+
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace the contents of this README file with instructions for the next step.

.github/steps/4-merge-your-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Merge your changes so the action will be a part of the `main` branch.
1010
1. Click on the pull request you created in step 1.
1111
1. Click **Merge pull request**, then click **Confirm merge**.
1212
1. Optionally, click **Delete branch** to delete your `welcome-workflow` branch.
13-
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace this content with instructions for the next step.
13+
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace the contents of this README file with instructions for the next step.

.github/steps/5-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The shell script in the workflow will run whenever a new pull request is opened.
1515
1. In the **Pull requests** tab, create a pull request that will merge `test-workflow` into `main`.
1616
1. Watch the workflow running in the checks section of the pull request.
1717
1. Notice the comment that the workflow adds to the pull request.
18-
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace this content with instructions for the next step.
18+
1. Wait about 20 seconds, then refresh this page (the one you're following instructions from). Another workflow will run and will replace the contents of this README file with instructions for the next step.

0 commit comments

Comments
 (0)