Skip to content

GHCR Stats

GHCR Stats #21

Workflow file for this run

name: GHCR Stats
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'
jobs:
ghcr-stats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actionstore/ghcr-stats@v1
with:
owner: hugomods
repo: docker
name: hugo
path: ghcr-stats.json
- uses: EndBug/add-and-commit@v9
with:
add: ghcr-stats.json
message: 'chore: update GHCR stats [skip ci]'