We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c59e1 commit 4e3c2afCopy full SHA for 4e3c2af
.github/workflows/aoc.yml
@@ -67,6 +67,12 @@ jobs:
67
session: ${{ secrets.AOC_SESSION }}
68
year: 2023
69
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)'
76
77
- uses: stefanzweifel/git-auto-commit-action@v4
78
with:
0 commit comments