mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
🐛 action 執行參數
This commit is contained in:
parent
05a5e60b0a
commit
472c3eb007
2
.github/workflows/auto_newversion.yml
vendored
2
.github/workflows/auto_newversion.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user