1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-25 19:50:03 +00:00

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

@ -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: ''