Skip to content

solve 2025/p11b

solve 2025/p11b #213

Workflow file for this run

name: Update README ⭐
on:
schedule:
- cron: "50 04 1-25 12 *"
workflow_dispatch:
push: # (disabled) run on push, be careful with this setting
# as the workflow should only be triggered at a rate lower than
# 4 times a hour to keep traffic on aoc site low
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: joblo2213/aoc-badges-action@master
with:
userid: 867739
session: ${{ secrets.AOC_SESSION }}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update README stars