From 00baeda7138850aec5fd9ca0057970cc801b12b2 Mon Sep 17 00:00:00 2001 From: sokai Date: Thu, 4 Sep 2025 11:59:58 +0000 Subject: [PATCH] Update update-by-lang.yml Env = final ;) --- .github/workflows/update-by-lang.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-by-lang.yml b/.github/workflows/update-by-lang.yml index 214a4d2..1596a80 100644 --- a/.github/workflows/update-by-lang.yml +++ b/.github/workflows/update-by-lang.yml @@ -5,12 +5,12 @@ on: schedule: - cron: 0/30 * * * * workflow_dispatch: -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPOSITORY: ${{ env.REPOSITORY_NAME }} - USERNAME: ${{ github.repository_owner }} jobs: update-by-language: + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + REPOSITORY: ${{ github.repository }} + USERNAME: ${{ github.repository_owner }} name: 🌟 Update stars and clean old runs runs-on: ubuntu-latest steps: