mirror of
https://github.com/actions/checkout.git
synced 2025-03-14 10:07: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: ''
|
lfs: ''
|
||||||
|
|
||||||
# URL to use when fetching Git-LFS files
|
# URL to use when fetching Git-LFS files
|
||||||
# Default: https://lfscache.office.playeveryware.com/${{ github.repository }}
|
# Default:
|
||||||
lfs-url: ''
|
lfs-url: ''
|
||||||
|
|
||||||
# Credential provider for the Git-LFS server
|
# Credential provider for the Git-LFS server
|
||||||
|
|
|
@ -64,7 +64,7 @@ inputs:
|
||||||
default: false
|
default: false
|
||||||
lfs-url:
|
lfs-url:
|
||||||
description: 'URL to use when fetching Git-LFS files'
|
description: 'URL to use when fetching Git-LFS files'
|
||||||
default: 'https://lfscache.office.playeveryware.com/${{ github.repository }}'
|
default: ''
|
||||||
lfs-url-cred-provider:
|
lfs-url-cred-provider:
|
||||||
description: 'Credential provider for the Git-LFS server'
|
description: 'Credential provider for the Git-LFS server'
|
||||||
default: 'github'
|
default: 'github'
|
||||||
|
|
Loading…
Add table
Reference in a new issue