Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 8286368

Browse files
Update 10_action-two.md
1 parent f7057a8 commit 8286368

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

responses/10_action-two.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Just like the first action you wrote, you are going to need to setup a few direc
77
Now that you have all the necessary tools installed locally, follow these steps to ensure your environment is configured and ready for actions.
88

99
1. Open the **Terminal** (Mac and Linux) or **Command Prompt** (Windows) on your local machine
10-
1. navigate to the `.github/actions` directory.
10+
1. navigate to the `.github/` directory.
1111
1. Checkout the `master` branch
1212
`git checkout master`
1313
1. Update the contents of your Learning Lab repo to your local machine:
1414
`git pull`
1515
1. Checkout the `action-two` branch you created for this pull request.
1616
`git checkout action-two`
1717
1. Create a new folder for our actions files:
18-
`mkdir joke-action`
18+
`mkdir actions/joke-action`
1919
**The full path should be `.github/actions/joke-action`**
2020
1. Navigate to the `joke-action` folder you just created:
21-
`cd joke-action`
21+
`cd actions/joke-action`
2222
**This may be different depending on your current directory**
2323
1. Initialize a new project:
2424
`npm init -y`

0 commit comments

Comments
 (0)