mirror of
https://github.com/actions/checkout.git
synced 2025-03-14 01:57:00 +00:00
Do not default the lfs-url to PEW's cache server
This commit is contained in:
parent
0f6c54dea3
commit
f72e8cbe70
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
|
|||
lfs: ''
|
||||
|
||||
# URL to use when fetching Git-LFS files
|
||||
# Default: https://lfscache.office.playeveryware.com/${{ github.repository }}
|
||||
# Default:
|
||||
lfs-url: ''
|
||||
|
||||
# Credential provider for the Git-LFS server
|
||||
|
|
|
@ -64,7 +64,7 @@ inputs:
|
|||
default: false
|
||||
lfs-url:
|
||||
description: 'URL to use when fetching Git-LFS files'
|
||||
default: 'https://lfscache.office.playeveryware.com/${{ github.repository }}'
|
||||
default: ''
|
||||
lfs-url-cred-provider:
|
||||
description: 'Credential provider for the Git-LFS server'
|
||||
default: 'github'
|
||||
|
|
Loading…
Add table
Reference in a new issue