From 03276cf9dd11cb811206f5e7cac087bb7e8fa71b Mon Sep 17 00:00:00 2001 From: lushunming <1357197829@qq.com> Date: Mon, 3 Nov 2025 15:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/genJar.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/genJar.yml b/.github/workflows/genJar.yml index 731b3753..cf58e132 100644 --- a/.github/workflows/genJar.yml +++ b/.github/workflows/genJar.yml @@ -25,9 +25,10 @@ jobs: run: ./gradlew app:buildCustomSpiderJar - - name: Update spider jar - uses: EndBug/add-and-commit@v7 + - name: Add & Commit + uses: EndBug/add-and-commit@v9.1.4 with: default_author: github_actions message: 'update spider jar and json' - add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']" \ No newline at end of file + add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']" +