From f72e8cbe70f9bc6f29088d7bb5e4d4c0194d74bf Mon Sep 17 00:00:00 2001 From: Matthew Endsley <mendsley@gmail.com> Date: Fri, 28 Oct 2022 21:05:05 -0700 Subject: [PATCH] Do not default the lfs-url to PEW's cache server --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6681ad..d188e93 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 8291861..e0ecdd7 100644 --- a/action.yml +++ b/action.yml @@ -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'