Initial commit

This commit is contained in:
Xavier Morel
2024-11-27 16:47:47 +01:00
committed by GitHub
commit f735e7d3da
35 changed files with 2877 additions and 0 deletions

24
.github/workflows/readme-stars.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Update readme ⭐️ progress
on:
# !Please set a different minute than 51 if you enable this!
# schedule:
# - cron: "51 */6 * * *" # Every 6 hours
workflow_dispatch:
jobs:
update-readme:
runs-on: ubuntu-latest
if: ${{ vars.AOC_ENABLED == 'true' }}
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: k2bd/advent-readme-stars@v1
with:
userId: ${{ secrets.AOC_USER_ID }}
sessionCookie: ${{ secrets.AOC_SESSION }}
year: ${{ secrets.AOC_YEAR }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "update readme progress"