You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,10 @@ Creates a comment inside Pull Request with the human-readable summary of the cha
9
9
# for now, use `main` before the stable release will be published as `v1`
10
10
uses: Simek/yarn-lock-changes@main
11
11
with:
12
-
path: 'yarn.lock'
13
12
token: ${{ secrets.GITHUB_TOKEN }}
14
13
```
15
14
16
-
## Inputs
15
+
### Inputs
17
16
18
17
| Input | Required | Default | Description |
19
18
| --- | :---: | :---: | --- |
@@ -22,6 +21,29 @@ Creates a comment inside Pull Request with the human-readable summary of the cha
22
21
| `token` | **Yes** | - | GitHub token for the bot, so it can publish a comment in the pull request. |
23
22
| `updateComment` | No | `'true'` | Should the bot update the summary comment. If value is `'false'`, bot will post a new comment on each new commit. |
24
23
24
+
### Workflow Example
25
+
26
+
Example below includes all the optional inputs for the action (set to their default values), if you are happy with generated output, it's safe to remove all of them (besides required `token`).
0 commit comments