修正 ShowDoc Push 地址
This commit is contained in:
@@ -18,18 +18,21 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- run: pip install -r requirements.txt
|
||||
- name: Install
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Run monitor
|
||||
env:
|
||||
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
|
||||
FORCE_PUSH: ${{ inputs.force_push }}
|
||||
FORCE_PUSH: ${{ github.event.inputs.force_push }}
|
||||
run: python main.py
|
||||
|
||||
- name: Commit state UTC
|
||||
|
||||
Reference in New Issue
Block a user