Skip to content

Commit

Permalink
add pi note
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jan 17, 2024
1 parent 3e920c1 commit cbc3561
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Handle charsets
uses: BGforgeNet/handle-charsets@master
Expand All @@ -33,7 +33,9 @@ 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.
By default, the files will be pushed into the repository.

Alternatively, you can disable `commit` and only run the action during packaging. However, note that Project Infinity requires repository source code to match package contents.

### Options

Expand Down

0 comments on commit cbc3561

Please sign in to comment.