Skip to content

Commit 4e3c2af

Browse files
committed
update action to auto-update stars
1 parent 68c59e1 commit 4e3c2af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/aoc.yml

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
session: ${{ secrets.AOC_SESSION }}
6868
year: 2023
6969
starsRegex: '(?<=\[2023\]\(https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow)'
70+
- uses: joblo2213/aoc-badges-action@v3
71+
with:
72+
userid: 373470
73+
session: ${{ secrets.AOC_SESSION }}
74+
year: 2024
75+
starsRegex: '(?<=\[2024\]\(https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow)'
7076

7177
- uses: stefanzweifel/git-auto-commit-action@v4
7278
with:

0 commit comments

Comments
 (0)