See a LIVE usage
repository_root/
├─ .github/
│ ├─ workflows/
│ │ ├─ action.yml
├─ README.md
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
To showcase the stargazers file simply put these two comments in your README.md file:
<!-- stargazers -->
<!-- stargazers -->