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'