Skip to content

update locations

update locations #1

Workflow file for this run

name: Update README 2023 ⭐
on:
push:
paths:
- 2023/**
- .github/workflows/readme-2023.yml
workflow_dispatch:
jobs:
readme-2023:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: miam-miam100/advent-readme-stars@20e208a0ba6867d1919798cbcc78c453460fa356
with:
userId: ${{ secrets.AOC_USER_ID }}
sessionCookie: ${{ secrets.AOC_SESSION }}
year: 2023
tableMarker: '<!--- advent_readme_stars_2023 table --->'
solutionLocations: '{yyyy}/day{d}/day{d}.py'
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update README stars of 2023