From 754e3e092107488f6d9de4b1b100b7d79f923bde Mon Sep 17 00:00:00 2001 From: Oleg Balunenko Date: Mon, 16 Dec 2024 15:59:30 +0400 Subject: [PATCH] chore: Update ci - add support of 2024 year (#339) --- .github/workflows/readme-stars.yml | 14 ++++++++++++++ README.md | 3 +++ 2 files changed, 17 insertions(+) diff --git a/.github/workflows/readme-stars.yml b/.github/workflows/readme-stars.yml index 0a6b87b7..48711ef0 100644 --- a/.github/workflows/readme-stars.yml +++ b/.github/workflows/readme-stars.yml @@ -24,6 +24,20 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Update 2024 year + uses: k2bd/advent-readme-stars@v1.0.3 + env: + YEAR: 2024 + with: + userId: ${{env.USER_ID}} + leaderboardId: ${{env.BOARD_ID}} + sessionCookie: ${{env.SESSION}} + readmeLocation: ${{env.README}} + headerPrefix: ${{env.HEADER_PFX}} + year: ${{env.YEAR}} + tableMarker: + starSymbol: ${{env.STAR_SYMBOL}} + - name: Update 2023 year uses: k2bd/advent-readme-stars@v1.0.3 env: diff --git a/README.md b/README.md index ca3bd5dd..2d5df606 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ This repository contains solutions for puzzles and cli tool to run solutions to ## Implemented solutions + + + ### 2023 Results