Skip to content

⚡ ‍低延迟 和 👆🏻 ‍指定 改为包含全部节点 #107

⚡ ‍低延迟 和 👆🏻 ‍指定 改为包含全部节点

⚡ ‍低延迟 和 👆🏻 ‍指定 改为包含全部节点 #107

Workflow file for this run

name: update_url.py
on:
workflow_dispatch:
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 beautifulsoup4
- name: Run update_url.py
env:
URL_SHORTENER_API_KEY: ${{ secrets.URL_SHORTENER_API_KEY }}
run: python update_url.py