From 472c3eb0072ba6df32b5cbd85de584d733770565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Wed, 31 Aug 2022 08:44:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20action=20=E5=9F=B7=E8=A1=8C?= =?UTF-8?q?=E5=8F=83=E6=95=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto_newversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_newversion.yml b/.github/workflows/auto_newversion.yml index b9b6aa6..72295b9 100644 --- a/.github/workflows/auto_newversion.yml +++ b/.github/workflows/auto_newversion.yml @@ -27,7 +27,7 @@ jobs: cd AutoBuild mapfile -d ',' -t added_modified_files < <(printf '%s,' '${{ steps.files.outputs.added_modified }}') for added_modified_file in "${added_modified_files[@]}"; do - python auto_update_version.py + python auto_update_version.py ${added_modified_file} done - name: Commit files