Default for persist-credentials should be false

This commit is contained in:
Sebb 2022-10-05 15:36:26 +01:00
parent 8230315d06
commit f005947568
2 changed files with 17 additions and 12 deletions

View file

@ -47,7 +47,7 @@ inputs:
default: true
persist-credentials:
description: 'Whether to configure the token or SSH key with the local git config'
default: true
default: false
path:
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
clean: