Skip to content

Commit 5532e45

Browse files
committed
Fixed readme
1 parent 029356a commit 5532e45

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ The explanation from GPT3
2020

2121
## Example usage
2222

23-
```yaml
24-
uses: actions/hello-world-javascript-action@main
25-
with:
26-
who-to-greet: 'Mona the Octocat'
27-
```
28-
2923
### To explain the changes made in a PR
3024
```yaml
3125
name: Explain PR
@@ -43,6 +37,7 @@ jobs:
4337

4438
steps:
4539
- name: Explain Diff
40+
id: explain
4641
uses: actions/explain-diff
4742
with:
4843
diff: ${{ env.DIFF }}
@@ -66,6 +61,7 @@ jobs:
6661

6762
steps:
6863
- name: Explain Diff
64+
id: explain
6965
uses: actions/explain-diff
7066
with:
7167
diff: ${{ env.DIFF }}
@@ -84,6 +80,4 @@ jobs:
8480
pull_number: context.payload.pull_request.number,
8581
body: steps.explain.outputs.explanation
8682
});
87-
```
88-
89-
in the GitHub Help documentation.
83+
```

0 commit comments

Comments
 (0)