Skip to content

Update README ⭐

Update README ⭐ #388

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: 2393785
leaderboardId: 1266834
sessionCookie: ${{ secrets.AOC_SESSION }}
readmeLocation: README.MD
- uses: stefanzweifel/git-auto-commit-action@v5 # use v5
with:
commit_message: Update README stars