File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,21 @@ jobs:
2828 token : ${{ secrets.TOKEN }}
2929 repository : ${{ github.repository }}
3030 isReadmeUpdate : true
31- safeUserList : ' Liu-Yong-HK,Huniko-Team'
31+ isEnableFollow : true
32+ isEnableUnfollow : true
33+ safeUserList : ' Babi1205,Huniko-Team'
3234` ` `
3335[Example Link](https://github.com/Huniko519/Auto-Follows-Unfollows-by-Github-Actions-for-Github-users)
3436
3537## Inputs
3638
3739| inputs | required | default | description |
3840|--------------------------|----------|-----------------------|-------------|
39- | ` token` | true | `${{ github.token }}` | The token used to authenticate. |
41+ | ` token` | true | `${{ github.token }}` | The token used to authenticate. |
4042| `repository` | true | `${{ github.repository }}` | The name of the repository. |
41- | `isReadmeUpdate` | false | `${{ github.isReadmeUpdate }}` | Readme update enable status. |
43+ | `isReadmeUpdate` | false | `${{ github.isReadmeUpdate }}` | Readme update feature enable status. |
44+ | `isEnableFollow` | false | `${{ github.isEnableFollow }}` | Follow feature enable status. |
45+ | `isEnableUnfollow` | false | `${{ github.isEnableUnfollow }}` | Unfollow feature enable status. |
4246| `safeUserList` | false | `${{ github.safeUserList }}` | Lists of Safe Users. |
4347
4448# # Input of this action
You can’t perform that action at this time.
0 commit comments