update_url

This commit is contained in:
钟孟捷
2023-02-12 04:40:28 +08:00
parent aafc69d95f
commit db88b2c01f
2 changed files with 32 additions and 0 deletions

15
.github/workflows/update_url.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: update_url.py
on:
push:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Prepare
run: pip install requests
- name: Run update_url.py
run: python update_url.py