👷 Fix ci

This commit is contained in:
xtaodada 2023-02-15 16:18:33 +08:00
parent 76381f5499
commit bee3197a0b
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -7,9 +7,8 @@ on:
workflow_dispatch: ~
jobs:
Fetch Remote Files:
Fetch-Remote-Files:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@master
@ -25,6 +24,7 @@ jobs:
- name: Fetch Remote Files
run: |
export FILE_PATH="${{ vars.FILE_PATH }}"
python main.py
- name: Commit changes