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
| `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` |
45
45
46
46
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
47
47
@@ -54,9 +54,9 @@ Btw: GitHub displays the author's name according to a known email.
0 commit comments