Skip to content

Run Repo stats

Run Repo stats #22

Workflow file for this run

name: Run Repo stats
on:
schedule:
- cron: "0 23 * * *"
workflow_dispatch:
jobs:
j1:
name: repostats-for-nice-project
runs-on: ubuntu-latest
steps:
- name: run-ghrs
uses: jgehrcke/[email protected]
with:
databranch: repo-stats
ghtoken: ${{ secrets.GH_PAT }}