Do not default the lfs-url to PEW's cache server

This commit is contained in:
Matthew Endsley 2022-10-28 21:05:05 -07:00
parent 0f6c54dea3
commit f72e8cbe70
2 changed files with 2 additions and 2 deletions

View file

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

View file

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