mirror of
https://github.com/tsxc-github/mzmcos--.git
synced 2025-09-10 07:49:17 +08:00
自动化fix
This commit is contained in:
parent
464297f54d
commit
a1b9a2b5de
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -6,9 +6,7 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
||||
release:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
@ -26,3 +24,8 @@ jobs:
|
||||
- name: run shell script
|
||||
run: |
|
||||
bash ./run.sh
|
||||
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.TOKEN }}
|
||||
|
7
run.sh
7
run.sh
@ -1,4 +1,9 @@
|
||||
git clone https://github.com/Light-Beacon/HomepageBuilder
|
||||
pip install ./HomepageBuilder
|
||||
pip install -r ./requirements.txt
|
||||
python ./script.py
|
||||
python ./script.py
|
||||
|
||||
git config user.email "tsxc_personal@163.com"
|
||||
git config user.name "星澜曦光"
|
||||
git add output.xaml -f
|
||||
git commit -m "更新output.xaml"
|
Loading…
x
Reference in New Issue
Block a user