Skip to content

Commit 4b25262

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ inputs:
2626
isEnableFollow:
2727
description: 'Enable Follow'
2828
requried: false
29-
default: ${{ github.isEnableFollow }}
29+
default: true
3030

3131
isEnableUnfollow:
3232
description: 'Enable Unfollow'
3333
required: false
34-
default: ${{ github.isEnableUnfollow }}
34+
default: true
3535

3636
runs:
3737
using: 'node20'

0 commit comments

Comments
 (0)