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

Commit 7a1409a

Browse files
Update 14_action-three.md
1 parent 8286368 commit 7a1409a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

responses/14_action-three.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Let's create our final project directory and install all the necessary dependenc
1818
`mkdir issue-maker`
1919
**The full path should be `.github/actions/issue-maker`**
2020
1. Navigate to the `issue-maker` folder you just created:
21-
`cd .github/actions/issue-maker`
21+
`cd issue-maker`
22+
**The full path should be `.github/actions/issue-maker`**
2223
1. Initialize a new project:
2324
`npm init -y`
2425
1. Install the **@actions/core** and **@actions/github** dependencies using `npm`:

0 commit comments

Comments
 (0)