This commit is contained in:
Ben 2025-01-15 12:17:34 +01:00
parent a7113c9542
commit 52ac9bdfa1
2 changed files with 11 additions and 1 deletions

View File

@ -34,3 +34,13 @@ jobs:
QB_URL_2: ${{ secrets.QB_URL_2 }}
run: |
python tools/gen-stats.py
- name: Commit and push changes
run: |
git config --global user.name "github-actions"
git config --global user.email "actions@github.com"
git add README.md
git diff --cached --quiet || git commit -m "Update stats"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -138,7 +138,7 @@ This repository aims to provide macOS ISOs for security researchers, developers,
</details>
#### Seeding status 🌱
#### Seeding statistics 🌱
<!--- STATS_START --->