From eba2296e9d777da4bb8812ad5a92b4e56f3d800b Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 14 Jun 2024 16:03:30 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b4c650..c0caeb7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A GitHub action to automate the collection of stats for a users GitHub profile. Please see [this workflow](https://github.com/LukeHagar/stats/blob/23adb0a0cb2a283a30300478a2834b9766440b05/.github/workflows/generate-stats.yaml#L24C15-L24C37) to see this Action in use When this action is run it creates a `github-stats.json` file in the root of the repository. + This file contains all of the GitHub stats collected for the user. You can use [this template repository](https://github.com/LukeHagar/stats/) and follow the [instructions in the Readme](https://github.com/LukeHagar/stats/?tab=readme-ov-file#github-repo-template) to collect stats for yourself.