Skip to content

drknzz/stargazers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stargazersx

⭐ Display the latest STARGAZERS of your repository ⭐



See a LIVE usage



▶️ Usage ▶️

Required file structure

repository_root/
├─ .github/
│  ├─ workflows/
│  │  ├─ action.yml
├─ README.md

Action

Copy the content below and paste it into action.yml inside .github/workflows/ directory.

name: stargazers

on:
  watch:
    types: [started]

jobs:
  stargazers:
    runs-on: ubuntu-latest
    steps:
      - uses: drknzz/stargazers@main

Embed

To showcase the stargazers file simply put these two comments in your README.md file:

<!-- stargazers -->
<!-- stargazers -->

Releases

No releases published

Packages

No packages published

Languages