Skip to content

GHCR Stats

GHCR Stats #2563

Workflow file for this run

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