You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/update_aoc_stars.yml
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ jobs:
20
20
userid: 44566
21
21
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
22
22
year: 2024
23
+
dayRegex: '(?<=\[2024\]\(https:\/\/img\.shields\.io\/badge\/day%20📅-)[0-9]+(?=-blue\))'# Regular expression that finds the content of the day badge in your file.
0 commit comments