Skip to content

Commit

Permalink
fix: minor wording changes to github.md
Browse files Browse the repository at this point in the history
Minor documentation changes for clarity.
  • Loading branch information
benroose authored Oct 16, 2024
1 parent cd90a65 commit 958deb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ git push

Now it's time to run our first trestlebot action within GitHub! We will go ahead and create our first component definition.

1. Open the remote workflow GitHub repository in a web browser.
1. Open the new remote GitHub repository in a web browser.
2. Click to the `Actions` tab from the top menu.
3. Click the `Trestle-bot create component definition` action from the left-hand menu.
4. Click `Run Workflow` which will open up a dialog box.
Expand All @@ -130,6 +130,6 @@ Now it's time to run our first trestlebot action within GitHub! We will go ahea

6. Click `Run Workflow`

Once the workflow job has completed, there will be a new Pull Request containing the files trestlebot generated for the component definition. After reviewing the commit changes, the Pull Request can then be merged into the main branch!
Once the workflow job has completed, there will be a new Pull Request containing the files trestlebot generated for the component definition. After reviewing the committed changes, the Pull Request can then be merged into the main branch!

**Congratulations! We have successfully created a new trestlebot workspace and have an authoring environment!**

0 comments on commit 958deb1

Please sign in to comment.