mirror of
https://github.com/tsxc-github/mzmcos--.git
synced 2025-09-10 12:57:05 +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
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@ -26,3 +24,8 @@ jobs:
|
|||||||
- name: run shell script
|
- name: run shell script
|
||||||
run: |
|
run: |
|
||||||
bash ./run.sh
|
bash ./run.sh
|
||||||
|
|
||||||
|
- name: Push changes
|
||||||
|
uses: ad-m/github-push-action@master
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.TOKEN }}
|
||||||
|
5
run.sh
5
run.sh
@ -2,3 +2,8 @@ git clone https://github.com/Light-Beacon/HomepageBuilder
|
|||||||
pip install ./HomepageBuilder
|
pip install ./HomepageBuilder
|
||||||
pip install -r ./requirements.txt
|
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