name: 'GitHub repository statistics' description: 'Gets statistics about a GitHub repository' inputs: access-token: description: 'Personal access token to use to access the GitHub API' required: true server-url: description: 'URL of the server to send statistics to. Used only for testing purposes' default: 'https://repoinsights.com' repository: description: "Repository to get statistics from (Ex: jlengrand/github-repository-stats-action). \n Should be in the OWNER/REPOSITORY format \n Defaults to the current repository the action is running on." outputs: payload: description: 'The payload we sent to the server' runs: using: 'node16' main: 'dist/index.js'