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: |