Changing default to not contain www

This commit is contained in:
Julien Lengrand-Lambert
2024-09-10 10:53:46 +02:00
parent 1cca78a338
commit d0b9bd78f7

View File

@@ -6,7 +6,7 @@ inputs:
required: true required: true
server-url: server-url:
description: 'URL of the server to send statistics to. Used only for testing purposes' description: 'URL of the server to send statistics to. Used only for testing purposes'
default: 'https://www.repoinsights.com' default: 'https://repoinsights.com'
repository: repository:
description: "Repository to get statistics from (Ex: jlengrand/github-repository-stats-action). \n description: "Repository to get statistics from (Ex: jlengrand/github-repository-stats-action). \n
Should be in the OWNER/REPOSITORY format \n Should be in the OWNER/REPOSITORY format \n