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:
28
28
token : ${{ secrets.TOKEN }}
29
29
repository : ${{ github.repository }}
30
30
isReadmeUpdate : true
31
- safeUserList : ' Liu-Yong-HK,Huniko-Team'
31
+ isEnableFollow : true
32
+ isEnableUnfollow : true
33
+ safeUserList : ' Babi1205,Huniko-Team'
32
34
` ` `
33
35
[Example Link](https://github.com/Huniko519/Auto-Follows-Unfollows-by-Github-Actions-for-Github-users)
34
36
35
37
## Inputs
36
38
37
39
| inputs | required | default | description |
38
40
|--------------------------|----------|-----------------------|-------------|
39
- | ` token` | true | `${{ github.token }}` | The token used to authenticate. |
41
+ | ` token` | true | `${{ github.token }}` | The token used to authenticate. |
40
42
| `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. |
42
46
| `safeUserList` | false | `${{ github.safeUserList }}` | Lists of Safe Users. |
43
47
44
48
# # Input of this action
You can’t perform that action at this time.
0 commit comments