We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029356a commit 5532e45Copy full SHA for 5532e45
README.md
@@ -20,12 +20,6 @@ The explanation from GPT3
20
21
## Example usage
22
23
-```yaml
24
-uses: actions/hello-world-javascript-action@main
25
-with:
26
- who-to-greet: 'Mona the Octocat'
27
-```
28
-
29
### To explain the changes made in a PR
30
```yaml
31
name: Explain PR
@@ -43,6 +37,7 @@ jobs:
43
37
44
38
steps:
45
39
- name: Explain Diff
40
+ id: explain
46
41
uses: actions/explain-diff
47
42
with:
48
diff: ${{ env.DIFF }}
@@ -66,6 +61,7 @@ jobs:
66
61
67
62
68
63
64
69
65
70
71
@@ -84,6 +80,4 @@ jobs:
84
80
pull_number: context.payload.pull_request.number,
85
81
body: steps.explain.outputs.explanation
86
82
});
87
88
89
- in the GitHub Help documentation.
83
+```
0 commit comments