mirror of
https://github.com/TG-Twilight/AWAvenue-Ads-Rule.git
synced 2025-11-04 14:49:47 +08:00
fix ci
This commit is contained in:
parent
c6cf03e94e
commit
be7de29c53
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -20,7 +20,8 @@ jobs:
|
||||
|
||||
- name: Execute Python script
|
||||
run: |
|
||||
git clone "https://${{ github.actor }}:${{ secrets.TOKEN }}@github.com/${{ github.repository }}" push && cd push
|
||||
git clone "https://${{ github.actor }}:${{ secrets.TOKEN }}@github.com/${{ github.repository }}" push
|
||||
cd push
|
||||
mkdir out
|
||||
python main.py
|
||||
cd out
|
||||
|
||||
Loading…
Reference in New Issue
Block a user