From cb528af667cc39c915912c6b536c662286f7b494 Mon Sep 17 00:00:00 2001 From: sokai Date: Thu, 4 Sep 2025 12:08:58 +0000 Subject: [PATCH] Update update-by-lang.yml --- .github/workflows/update-by-lang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-by-lang.yml b/.github/workflows/update-by-lang.yml index 94e4829..7e9cbd3 100644 --- a/.github/workflows/update-by-lang.yml +++ b/.github/workflows/update-by-lang.yml @@ -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)"' | xargs -I % gh api repos/${REPOSITORY}/actions/runs/% -X DELETE + 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 - name: ⬇ Checkout uses: actions/checkout@v5