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.
uses: flowaccount/[email protected]
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/[email protected]