Skip to content

Commit 4d55688

Browse files
authored
Update action.yaml
1 parent 28f5c95 commit 4d55688

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ inputs:
2323
required: false
2424
default: ${{ github.safeUserList }}
2525

26+
isEnableFollow:
27+
description: 'Enable Follow'
28+
requried: false
29+
default: ${{ github.isEnableFollow }}
30+
31+
isEnableUnfollow:
32+
description: 'Enable Unfollow'
33+
required: false
34+
default: ${{ github.isEnableUnfollow }}
35+
2636
runs:
2737
using: 'node20'
2838
main: 'main.js'

0 commit comments

Comments
 (0)