From 0c67d4735a9f715a9ec830c0316bb30355c82140 Mon Sep 17 00:00:00 2001 From: sokai Date: Thu, 4 Sep 2025 11:55:13 +0000 Subject: [PATCH] Update update-by-lang.yml --- .github/workflows/update-by-lang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-by-lang.yml b/.github/workflows/update-by-lang.yml index 1bb0fc7..207f6d5 100644 --- a/.github/workflows/update-by-lang.yml +++ b/.github/workflows/update-by-lang.yml @@ -7,12 +7,12 @@ on: workflow_dispatch: jobs: update-by-language: + name: ๐ŸŒŸ Update stars and clean old runs + runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY: ${{ env.REPOSITORY_NAME }} USERNAME: ${{ github.repository_owner }} - name: ๐ŸŒŸ Update stars and clean old runs - runs-on: ubuntu-latest steps: - name: ๐Ÿงน Delete old workflow runs run: |