mirror of
https://github.com/sokai/gh-stars.git
synced 2025-10-10 15:30:39 +02:00
Update update-by-lang.yml
This commit is contained in:
parent
cb528af667
commit
925fa7e0ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-by-lang.yml
vendored
2
.github/workflows/update-by-lang.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue