Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 766 Bytes

File metadata and controls

33 lines (23 loc) · 766 Bytes

Workflow Time Report

Test

Github Actions that outputs the aggregated results related to Billable Time of all workflows executed by the repository to ISSUE and JobSummary during the current month.

image.png

Usage

uses: flowaccount/monthly-workflows-report@v1.2

Example

name: Monthly Report Tasks

on:
  schedule:
    - cron: '0 0 1 * *'

  workflow_dispatch: 

jobs:
  reporting:
    runs-on: ubuntu-latest
    timeout-minutes: 5
    steps:
      - uses: actions/checkout@v3
      - uses: flowaccount/monthly-workflows-report@v1.2