Skip to content

Commit c92bdeb

Browse files
Prettier fixes applied automatically on 2025-05-31 10:00:03 UTC
1 parent ad6d1af commit c92bdeb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ permissions:
3434
3535
### Inputs (all optional)
3636
37-
| Input | Description | Type | Default |
38-
| -------------------- | ------------------------------------------------------------------------------ | ------- | ---------------------------------------- |
39-
| `commit-changes` | If `true`, commits changes to the current branch instead of creating a new one | Boolean | `false` |
40-
| `commit-message` | Commit message for the changes | String | `"Prettier fixes applied automatically"` |
41-
| `debug` | Enable extra debug output (list of branches). | Boolean | `false` |
42-
| `node-version` | Node.js version to use | String | `"20"` |
43-
| `prettier-config-path` | Optional path to a custom Prettier config file | String | `""` |
44-
| `skip-package-setup` | If `true`, skips `npm init` and dependency installation steps | Boolean | `false` |
37+
| Input | Description | Type | Default |
38+
| ---------------------- | ------------------------------------------------------------------------------ | ------- | ---------------------------------------- |
39+
| `commit-changes` | If `true`, commits changes to the current branch instead of creating a new one | Boolean | `false` |
40+
| `commit-message` | Commit message for the changes | String | `"Prettier fixes applied automatically"` |
41+
| `debug` | Enable extra debug output (list of branches). | Boolean | `false` |
42+
| `node-version` | Node.js version to use | String | `"20"` |
43+
| `prettier-config-path` | Optional path to a custom Prettier config file | String | `""` |
44+
| `skip-package-setup` | If `true`, skips `npm init` and dependency installation steps | Boolean | `false` |
4545

4646
Note: it would be possible to use `git-user-name` and `git-user-email` as inputs to set-up the info about the author of the commits, but for clarity [actions/checkout](https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-using-the-built-in-token) recommends
4747

@@ -54,9 +54,9 @@ Btw: GitHub displays the author's name according to a known email.
5454

5555
### Outputs
5656

57-
| Output | Description |
58-
| ------------- | ----------------------------------- |
59-
| `branch-name` | The name of the branch created/used |
57+
| Output | Description |
58+
| --------------- | ------------------------------------------------- |
59+
| `branch-name` | The name of the branch created/used |
6060
| `changed-files` | Comma-separated list of files changed by Prettier |
6161

6262
## Important Note for Workflow YAMLs

0 commit comments

Comments
 (0)