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
| `github_token` | Yes | Your Actions GitHub token. The example value should work for this by default. | `${{ secrets.GITHUB_TOKEN }}` | None |
41
41
| `build_script` | Yes | The `package.json` script to run to build your extension JS. | `build` | `build` |
42
42
| `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:
49
49
| `do_not_commit` | No | Set to `true` to NOT commit the built JS/Typings. Useful for validating JS source. | `false` | `false` |
50
50
| `checks` | No | An array of strings, where each is a script that should be run before committing built js. | `false` | `false` |
51
51
| `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 |
0 commit comments