0
1
Fork 0
mirror of https://github.com/sokai/gh-stars.git synced 2025-10-10 23:40:39 +02:00

Update update-by-lang.yml

This commit is contained in:
sokai 2025-09-04 11:57:47 +00:00 committed by GitHub
parent 0c67d4735a
commit 40dc6321cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,14 +5,14 @@ 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:
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 }}
steps:
- name: 🧹 Delete old workflow runs
run: |