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

Commit c665248

Browse files
authored
Merge pull request #38 from lukasreussner/patch-2
Fixed path
2 parents 397f0f4 + 9e39aa7 commit c665248

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 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)