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

Commit 9e39aa7

Browse files
committed
Fixed paths in git commands
1 parent 844896f commit 9e39aa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

responses/07_update-files.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ That was a lot of information that you just learned. @{{user.login}} it is time
7979
3. Commit the changes to this branch and push them to GitHub:
8080
8181
```shell
82-
git add main.js action.yml my-workflow.yml
82+
git add main.js action.yml
83+
cd ../../workflows
84+
git add my-workflow.yml
8385
git commit -m 'allow input in all action files'
8486
git push
8587
```

0 commit comments

Comments
 (0)