Skip to content

Commit

Permalink
Content instruction change (#72)
Browse files Browse the repository at this point in the history
* Update 2-add-a-job.md

* Update 3-add-actions.md
  • Loading branch information
getmarkus committed Apr 19, 2024
1 parent 1877439 commit ad01114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/steps/2-add-a-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ In this step of our exercise, we will add a "build" job. We will specify `ubuntu
name: Post welcome comment
runs-on: ubuntu-latest
```
3. Click **Start commit** in the top right of the workflow editor.
3. Click **Commit changes...** in the top right of the workflow editor.
4. Type your commit message and commit your changes directly to your branch.
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.
2 changes: 1 addition & 1 deletion .github/steps/3-add-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ In our action, we post a comment on the pull request using a [bash](https://en.w
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}
```
3. Click **Start commit** in the top right of the workflow editor.
3. Click **Commit changes...** in the top right of the workflow editor.
4. Type your commit message and commit your changes directly to your branch.
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 comments on commit ad01114

Please sign in to comment.