We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4097247 commit 1697888Copy full SHA for 1697888
README.md
@@ -62,6 +62,20 @@ As a user:
62
actions-usage --user alexellis --token-file ~/pat.txt
63
```
64
65
+Get a punch-card of which days have the most commits by adding the `-punch-card` flag:
66
+
67
+```
68
+Day Builds
69
+Monday 0
70
+Tuesday 0
71
+Wednesday 0
72
+Thursday 0
73
+Friday 4
74
+Saturday 0
75
+Sunday 0
76
+Total 4
77
78
79
## Development
80
81
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`
0 commit comments