Skip to content

Commit

Permalink
note that commit is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Oct 21, 2023
1 parent bb96f64 commit 3e920c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Handle charsets

This is a static alternative for WeiDU `HANDLE_CHARSETS` function. Static means that rather than converting tra files at install time on user machine, this action will generate and commit them into mod repository. It has similar options, but there are differences.
This is a static alternative for WeiDU `HANDLE_CHARSETS` function. Static means that rather than converting tra files at install time on user machine, this action will generate and (optionally) commit them into mod repository. It has similar options, but there are differences.

- [Action usage](#action-usage)
- [Options](#options)
Expand Down Expand Up @@ -33,6 +33,8 @@ jobs:
split_console: true
```

By default, the files will be pushed into the repository. Alternatively, you can disable `commit` and only run the action during packaging.

### Options

| name | default | description |
Expand Down

0 comments on commit 3e920c1

Please sign in to comment.