Skip to content
Compare
Choose a tag to compare
@denstorti denstorti released this 18 Jun 10:44
· 1 commit to master since this release

Release notes

  • Fix output

Example usage

- 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}}'