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

Commit 28f4a0a

Browse files
committed
add dependency to action 10_action-two
1 parent bfb71e0 commit 28f4a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

responses/10_action-two.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Now that you have all the necessary tools installed locally, follow these steps
2020
7. Initialize a new project:
2121
`npm init -y`
2222
8. Install the **request** and **request-promise** dependencies using `npm`:
23-
`npm install --save request request-promise`
23+
`npm install --save request request-promise @actions/core`
2424
9. Commit those newly added files,we will remove the need to upload **node_modules** in a later step:
2525
`git add .`
2626
`git commit -m 'initial joke action'`

0 commit comments

Comments
 (0)