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

Commit 7a0e53b

Browse files
committed
fix path
1 parent 248ab69 commit 7a0e53b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

responses/03_reference-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you'd like to see more examples of workflows and Actions then check out these
2525

2626
1. [Edit]({{workflowFile}}) the `my-workflow.yml`.
2727
1. Add a new `step:` and `name:` it `hello-action`
28-
1. Set the value of `uses:` to `.github/actions/hello-world`
28+
1. Set the value of `uses:` to `./.github/actions/hello-world`
2929
1. Commit these file changes to this branch
3030

3131
---
@@ -46,6 +46,6 @@ jobs:
4646
- uses: actions/checkout@v1
4747

4848
- name: hello-action
49-
uses: .github/actions/hello-world
49+
uses: ./.github/actions/hello-world
5050
```
5151
</details>

responses/dev-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Now that you have all the necessary tools installed locally, follow these steps
2828
<!-- ![alt text](https://media.giphy.com/media/YnvmISGo2MbXpn2bc5/giphy.gif) -->
2929

3030
3. Navigate to the folder you just cloned:
31-
`cd writing-javacript-actions`
31+
`cd writing-javascript-actions`
3232
<details><summary>View GIF</summary><img src="https://media.giphy.com/media/duA6JVCuXbt5gKqNLw/giphy.gif" alt="directory navigation" /></details>
3333
<!-- ![alt text](https://media.giphy.com/media/duA6JVCuXbt5gKqNLw/giphy.gif) -->
3434
4. Create a new branch named `hello-world`. This is the branch we will use to write our first Action. **Please do not capitalize letters unless I do, I run case-sensitive checks to make sure I can help you along the way!**

0 commit comments

Comments
 (0)