mirror of
https://github.com/sokai/gh-stars.git
synced 2025-10-10 23:40:39 +02:00
Update update-by-lang.yml
Env = final ;)
This commit is contained in:
parent
40dc6321cf
commit
00baeda713
1 changed files with 4 additions and 4 deletions
8
.github/workflows/update-by-lang.yml
vendored
8
.github/workflows/update-by-lang.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue