Skip to content

Commit ad01114

Browse files
authored
Content instruction change (#72)
* Update 2-add-a-job.md * Update 3-add-actions.md
1 parent 1877439 commit ad01114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ In this step of our exercise, we will add a "build" job. We will specify `ubuntu
3838
name: Post welcome comment
3939
runs-on: ubuntu-latest
4040
```
41-
3. Click **Start commit** in the top right of the workflow editor.
41+
3. Click **Commit changes...** in the top right of the workflow editor.
4242
4. Type your commit message and commit your changes directly to your branch.
4343
5. Wait about 20 seconds for actions to run, then refresh this page (the one you're following instructions from) and an action will automatically close this step and open the next one.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ In our action, we post a comment on the pull request using a [bash](https://en.w
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
PR_URL: ${{ github.event.pull_request.html_url }}
3737
```
38-
3. Click **Start commit** in the top right of the workflow editor.
38+
3. Click **Commit changes...** in the top right of the workflow editor.
3939
4. Type your commit message and commit your changes directly to your branch.
4040
5. Wait about 20 seconds for actions to run, then refresh this page (the one you're following instructions from) and an action will automatically close this step and open the next one.

0 commit comments

Comments
 (0)