Skip to content

Commit db7012b

Browse files
chore: minor doc fix
1 parent f1fd2f0 commit db7012b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
Here is a full list of options available using the `with` syntax:
3737

3838
| Name | Required | Description | Example | Default |
39-
|------------------------| -------- |-------------------------------------------------------------------------------------------------------------------------|-------------------------------| ------- |
39+
| ---------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------- | ------- |
4040
| `github_token` | Yes | Your Actions GitHub token. The example value should work for this by default. | `${{ secrets.GITHUB_TOKEN }}` | None |
4141
| `build_script` | Yes | The `package.json` script to run to build your extension JS. | `build` | `build` |
4242
| `build_typings_script` | No | If defined, runs the script of this name in `package.json` to build typings for your extension. | `build-typings` | Unset |
@@ -49,8 +49,8 @@ Here is a full list of options available using the `with` syntax:
4949
| `do_not_commit` | No | Set to `true` to NOT commit the built JS/Typings. Useful for validating JS source. | `false` | `false` |
5050
| `checks` | No | An array of strings, where each is a script that should be run before committing built js. | `false` | `false` |
5151
| `commit_all_dirty` | No | Set to `true` to commit all file changes, not just files in the dist JS directory. | `false` | `false` |
52-
| `git_actor__name` | No | Allows to set a different username (normally `flarum-bot`) for the actor which commits the bundles JS. | `acme-bot` | Unset |
53-
| `git_actor__email` | No | Allows to set a different email for the actor which commits the bundled JS. | `[email protected]` | Unset |
52+
| `git_actor_name` | No | Allows to set a different username (normally `flarum-bot`) for the actor which commits the bundles JS. | `acme-bot` | Unset |
53+
| `git_actor_email` | No | Allows to set a different email for the actor which commits the bundled JS. | `[email protected]` | Unset |
5454

5555
### Assumptions
5656

0 commit comments

Comments
 (0)