add global config option

This commit is contained in:
Jonathan Grimes
2020-02-28 10:40:17 -06:00
parent 096e927750
commit 72b08f7601
6 changed files with 89 additions and 36 deletions

View File

@@ -56,6 +56,10 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
# Default: true
persist-credentials: ''
# Whether to use --local or --global scope when persisting the token.
# Default: false
global-credentials: ''
# Relative path under $GITHUB_WORKSPACE to place the repository
path: ''