From cbc3561ddc32b043a0cf29cfef6eb16175bf9061 Mon Sep 17 00:00:00 2001 From: Magus Date: Wed, 17 Jan 2024 21:05:06 +0700 Subject: [PATCH] add pi note --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a58db42..370dd6d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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