Skip to content

Commit 404ab48

Browse files
authored
Update README.md
1 parent 7ed5e42 commit 404ab48

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)