This commit is contained in:
heinu123 2024-05-13 13:22:34 +08:00
parent c6cf03e94e
commit be7de29c53
No known key found for this signature in database
GPG Key ID: 6A73B6C63640E169

View File

@ -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