Skip to content

Commit

Permalink
add repo stats action
Browse files Browse the repository at this point in the history
  • Loading branch information
luarss committed Aug 29, 2024
1 parent 3b37085 commit da07db6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/repostats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
schedule:
# Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC).
- cron: "0 23 * * *"
workflow_dispatch: # Allow for running this manually.

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.PAT }}

0 comments on commit da07db6

Please sign in to comment.