Files
2024-09-10 11:09:18 +02:00

37 lines
1.3 KiB
YAML

on:
workflow_dispatch:
schedule:
- cron: '30 5 * * *' # Every day at 5:30 AM UTC
jobs:
stats_job:
runs-on: ubuntu-latest
name: Grabbing latest statistics from the repository, every day
steps:
- name: Grabbing repo stats
id: stats
uses: /jlengrand/github-repository-stats-action@main
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
- name: Grabbing repo stats output
run: echo "The payload is ${{ steps.stats.outputs.payload }}"
- name: elm-firebase
uses: /jlengrand/github-repository-stats-action@main
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
repository: jlengrand/elm-firebase
- name: epaper-dashboard-blog
uses: /jlengrand/github-repository-stats-action@main
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
repository: jlengrand/epaper-dashboard-blog
- name: epaper-dashboard-blog
uses: /jlengrand/github-repository-stats-action@main
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
repository: jlengrand/swacli
- name: elm-ports
uses: /jlengrand/github-repository-stats-action@main
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
repository: jlengrand/elm-ports