mirror of
https://github.com/JasonYANG170/AutoCheckBJMF.git
synced 2024-11-23 12:16:25 +00:00
Create AutoCheckBJMF.yml
This commit is contained in:
parent
1de2514239
commit
04a51d756a
24
.github/workflows/AutoCheckBJMF.yml
vendored
Normal file
24
.github/workflows/AutoCheckBJMF.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
name: AutoCheckBJMF
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
env:
|
||||||
|
ClassID: ${{ secrets.ClassID }}
|
||||||
|
X: ${{ secrets.X }}
|
||||||
|
Y: ${{ secrets.Y }}
|
||||||
|
ACC: ${{ secrets.ACC }}
|
||||||
|
SearchTime: ${{ secrets.SEARCHTIME }}
|
||||||
|
MyCookie: ${{ secrets.MYCOOKIE }}
|
||||||
|
token: ${{ secrets.TOKEN }}
|
||||||
|
jobs:
|
||||||
|
checkin:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Set up env
|
||||||
|
run: pip install requests
|
||||||
|
pip install beautifulsoup4
|
||||||
|
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
- name: Checkin
|
||||||
|
run: |
|
||||||
|
python main.py
|
Loading…
Reference in New Issue
Block a user