Use git hours to get estimations about the effort spent in a repository
Based on https://github.com/nektos/act
Run:
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04
No inputs needed at this time (WIP).
Json data containing a break down per user email
{
"[email protected]": {
"name": "Denis Storti Da Silva",
"hours": 0,
"commits": 1
},
"total": {
"hours": 0,
"commits": 1
}
}
- name: Git hours
uses: denstorti/git-hours-action@v1
id: githours
# Use the output from the `hello` step
- name: Get the output
run: echo -e '${{steps.githours.outputs.hours}}'