0
1
Fork 0
mirror of https://github.com/sokai/gh-stars.git synced 2025-10-10 23:40:39 +02:00

Update update-by-lang.yml

This commit is contained in:
sokai 2025-09-04 12:13:21 +00:00 committed by GitHub
parent cb528af667
commit 925fa7e0ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
steps:
- name: 🧹 Delete old workflow runs
run: |
gh api repos/${REPOSITORY}/actions/runs --paginate -q '.workflow_runs[] | select(.status != "in_progress" and .status != "queued") | "\(.id)"' -X GET | xargs -I % gh api repos/${REPOSITORY}/actions/runs/% -X DELETE
gh api repos/${USERNAME}/${REPOSITORY}/actions/runs --paginate -q '.workflow_runs[] | select(.status != "in_progress" and .status != "queued") | "\(.id)"' | xargs -I % gh api repos/${USERNAME}/${REPOSITORY}/actions/runs/% -X DELETE
- name: ⬇ Checkout
uses: actions/checkout@v5