diff --git a/.github/steps/2-add-a-job.md b/.github/steps/2-add-a-job.md index d2831fd..98b4e77 100644 --- a/.github/steps/2-add-a-job.md +++ b/.github/steps/2-add-a-job.md @@ -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. diff --git a/.github/steps/3-add-actions.md b/.github/steps/3-add-actions.md index 60386c6..f47839f 100644 --- a/.github/steps/3-add-actions.md +++ b/.github/steps/3-add-actions.md @@ -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.