mirror of
https://github.com/sokai/gh-stars.git
synced 2025-10-11 07:50:40 +02:00
Update update-by-lang.yml
This commit is contained in:
parent
8227423890
commit
0c67d4735a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-by-lang.yml
vendored
4
.github/workflows/update-by-lang.yml
vendored
|
@ -7,12 +7,12 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update-by-language:
|
update-by-language:
|
||||||
|
name: 🌟 Update stars and clean old runs
|
||||||
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
REPOSITORY: ${{ env.REPOSITORY_NAME }}
|
REPOSITORY: ${{ env.REPOSITORY_NAME }}
|
||||||
USERNAME: ${{ github.repository_owner }}
|
USERNAME: ${{ github.repository_owner }}
|
||||||
name: 🌟 Update stars and clean old runs
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: 🧹 Delete old workflow runs
|
- name: 🧹 Delete old workflow runs
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue