mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
✨ 自動更新版本號
This commit is contained in:
parent
65f5089841
commit
b1b6416521
9
.github/workflows/auto_newversion.yml
vendored
9
.github/workflows/auto_newversion.yml
vendored
@ -29,3 +29,12 @@ jobs:
|
||||
for added_modified_file in "${added_modified_files[@]}"; do
|
||||
python auto_update_version.py
|
||||
done
|
||||
|
||||
- name: Commit files
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add *.txt
|
||||
git commit -m "🤖 自動更新 版本號"
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user