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

Commit 4d8b277

Browse files
committed
add code formatting and full paths to input activity
1 parent f604c0a commit 4d8b277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

responses/07_update-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ That was a lot of information that you just learned. @{{user.login}} it is time
66

77
1. Using your code editor change these files to reflect the code in the examples shown above:
88

9-
<details><summary>main.js</summary>
9+
<details><summary><code>.github/actions/hello-world/main.js</code></summary>
1010

1111
```javascript
1212
const core = require("@actions/core");
@@ -24,7 +24,7 @@ That was a lot of information that you just learned. @{{user.login}} it is time
2424

2525
</details>
2626

27-
<details><summary>Action.yml</summary>
27+
<details><summary><code>.github/actions/hello-world/action.yml</code></summary>
2828

2929
```yaml
3030
name: "my hello action"
@@ -53,7 +53,7 @@ That was a lot of information that you just learned. @{{user.login}} it is time
5353
5454
</details>
5555
56-
<details><summary>my-workflow.yml</summary>
56+
<details><summary><code>.github/workflows/my-workflow.yml</code></summary>
5757
5858
```yaml
5959
name: JS Actions

0 commit comments

Comments
 (0)