Skip to content

Optimise day 6 even more. Run simulation from the first time the obst… #34

Optimise day 6 even more. Run simulation from the first time the obst…

Optimise day 6 even more. Run simulation from the first time the obst… #34

Workflow file for this run

name: Update readme ⭐️ progress
on:
push:
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"