🐛 action 執行參數

This commit is contained in:
踢低吸 2022-08-31 08:44:47 +00:00
parent 05a5e60b0a
commit 472c3eb007

View File

@ -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