Skip to content

Update README ⭐

Update README ⭐ #441

Workflow file for this run

name: Update README ⭐
on:
schedule:
- cron: "51 */4 * * *" # Every 4 hours
workflow_dispatch:
jobs:
update-readme:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: k2bd/advent-readme-stars@v1
with:
userId: 1487552
sessionCookie: ${{ secrets.AOC_SESSION }}
year: 2023
readmeLocation: AoC2023/README.md
- uses: stefanzweifel/git-auto-commit-action@v5 # use v5
with:
commit_message: Update README stars