update locations #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |