Skip to content

Commit

Permalink
ci: add stargazers_count (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Sep 12, 2023
1 parent 58f09a7 commit b2392cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watch-star.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PAYLOAD: ${{toJSON(github)}}
BODY: |
[${{github.event.sender.login}}](${{github.event.sender.html_url}}) starred :star:
[${{github.event.sender.login}}](${{github.event.sender.html_url}}) starred (${{github.event.repository.stargazers_count}}) :star:
<img width="32" alt="image" src="${{github.event.sender.avatar_url}}">
GITHUB_TOKEN: ${{github.token}}

0 comments on commit b2392cf

Please sign in to comment.