Skip to content

Commit ddc509e

Browse files
committed
fix(setup-js): default persist-credentials to true
1 parent 6716952 commit ddc509e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup-js/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Setup JavaScript environment
44
inputs:
55
persist-credentials:
66
description: Whether to configure the token or SSH key with the local git config
7-
default: false
7+
default: true
88

99
ref:
1010
description: The `ref` option of actions/checkout

0 commit comments

Comments
 (0)