Skip to content

Commit

Permalink
chore: Update ci - add support of 2024 year (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko authored Dec 16, 2024
1 parent 4f6b4a8 commit 754e3e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/readme-stars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Update 2024 year
uses: k2bd/[email protected]
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: <!--- advent_readme_stars table [${{env.YEAR}}] --->
starSymbol: ${{env.STAR_SYMBOL}}

- name: Update 2023 year
uses: k2bd/[email protected]
env:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ This repository contains solutions for puzzles and cli tool to run solutions to

## Implemented solutions

<!--- advent_readme_stars table [2024] --->
<!--- advent_readme_stars table [2024] --->

<!--- advent_readme_stars table [2023] --->
### 2023 Results

Expand Down

0 comments on commit 754e3e0

Please sign in to comment.