-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update ci - add support of 2024 year (#339)
- Loading branch information
1 parent
4f6b4a8
commit 754e3e0
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters