add global config option

This commit is contained in:
Jonathan Grimes 2020-02-28 10:40:17 -06:00
parent 096e927750
commit 72b08f7601
No known key found for this signature in database
GPG key ID: 103F2E43AA0E4DF8
6 changed files with 89 additions and 36 deletions

View file

@ -19,6 +19,9 @@ inputs:
persist-credentials:
description: 'Whether to persist the token in the git config'
default: true
global-credentials:
description: 'Whether to use --local or --global scope when persisting the token.'
default: false
path:
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
clean: