actions-marketplace-validations/GitHub follower change event
To get follow and unfollow event, could run as a cron job
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 5, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sorosliu1029_follower-change@e86fa186d8680c55cbb048d3a9d8dcb8df5b4192 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| myToken | github personal access token | yes | — |
| notifyUnFollowEvent | should notify unfollow event or not | no | false |
Outputs
| name | description |
|---|---|
| changed | whether follower changed or not |
| shouldNotify | skip notification when no change or first run |
| markdown | markdown for follower change info |
| plainText | plain text for follower change info |
| htmlFilePath | path of html file for follower change info |