From 277476f3fd18c883b96cf668a6a684d29c84a039 Mon Sep 17 00:00:00 2001 From: letelete Date: Fri, 3 Jan 2025 01:46:33 +0100 Subject: [PATCH] Fix year++ Hardcoded, bcs no time, sorry. --- .github/workflows/update-year-readme.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-year-readme.yml b/.github/workflows/update-year-readme.yml index 33483ca..5f89933 100644 --- a/.github/workflows/update-year-readme.yml +++ b/.github/workflows/update-year-readme.yml @@ -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 diff --git a/README.md b/README.md index 94b5363..9338091 100644 --- a/README.md +++ b/README.md @@ -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