Skip to content

Commit

Permalink
maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Dec 5, 2024
1 parent 7ffad41 commit e3c7cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_aoc_stars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
userid: 44566
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
year: 2024
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.
daysCompletedRegex: '(?<=\[2024\]\(https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red\))' # Regular expression that finds the content of the days completed badge in your file.
starsRegex: '(?<=\[2024\]\(https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow\))'

- uses: stefanzweifel/git-auto-commit-action@v4 # Step that pushes these local changes back to your github repo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
| Year | Stars | Days Completed |
|------|-------|----------------|
| 2024 | ![2024](https://img.shields.io/badge/stars%20⭐-8-yellow) | ![2024](https://img.shields.io/badge/days%20completed-4-red) |
| 2023 | ![](https://img.shields.io/badge/stars%20⭐-35-yellow) | ![](https://img.shields.io/badge/days%20completed-4-red) |
| 2023 | ![](https://img.shields.io/badge/stars%20⭐-35-yellow) | ![](https://img.shields.io/badge/days%20completed-17-red) |

[adventofcode.com](https://adventofcode.com)

0 comments on commit e3c7cae

Please sign in to comment.