Skip to content

Commit

Permalink
Fix year++
Browse files Browse the repository at this point in the history
Hardcoded, bcs no time, sorry.
  • Loading branch information
letelete committed Jan 3, 2025
1 parent 7b0967c commit 277476f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-year-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: chmod +x .github/scripts/*.sh

- name: Update README with current year
run: ./update-year-readme.sh $(date +'%Y')
run: ./update-year-readme.sh 2024
working-directory: .github/scripts
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A repository containing my [Advent of Code](https://adventofcode.com/) solutions

### Recent year

[![year 2024, 46 out of 50 stars](https://progress-bar.xyz/46/?title=2024%20•%2046/50%20⭐%20&scale=50&style=square)](./2024)
[![year 2024, 48 out of 50 stars](https://progress-bar.xyz/48/?title=2024%20•%2048/50%20⭐%20&scale=50&style=square)](./2024)

### Archive

Expand Down

0 comments on commit 277476f

Please sign in to comment.