1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-26 22:09:55 +02:00

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

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