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
userid: ${{ secrets.AOC_BOARD_ID }} # your user id, see setup on how to obtain
23
+
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
24
+
25
+
# Optional inputs:
26
+
#
27
+
# leaderboard: 'https://adventofcode.com/2020/leaderboard/private/view/00000.json' # The url of the leaderboard from witch the data is fetched. Typically your private leaderboard.
28
+
# file: 'README.md' # The file that contains the badges
29
+
# dayRegex: '(?<=https:\/\/img\.shields\.io\/badge\/day%20📅-)[0-9]+(?=-blue)' # Regular expression that finds the content of the day badge iun your file.
30
+
# starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow)' # Regular expression that finds the content of the stars badge iun your file.
31
+
# daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red)' # Regular expression that finds the content of the days completed badge iun your file.
32
+
33
+
- uses: stefanzweifel/git-auto-commit-action@v4
34
+
name: Push changes # Step that pushes these local changes back to your github repo
0 commit comments