From 169788895c916f113f988176ae68beb2e0b3873c Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Wed, 19 Apr 2023 10:01:06 +0200 Subject: [PATCH] Update README Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3113989..847eb9a 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,20 @@ As a user: actions-usage --user alexellis --token-file ~/pat.txt ``` +Get a punch-card of which days have the most commits by adding the `-punch-card` flag: + +``` +Day Builds +Monday 0 +Tuesday 0 +Wednesday 0 +Thursday 0 +Friday 4 +Saturday 0 +Sunday 0 +Total 4 +``` + ## Development All changes must be proposed with an Issue prior to working on them or sending a PR. Commits must have a sign-off message, i.e. `git commit -s`