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/badges.yml
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ jobs:
20
20
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
21
21
year: 2023# The year for which stats should be retrieved
22
22
file: 'README.md'# The file that contains the badges
23
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2023)'# Regular expression that finds the content of the stars badge iun your file.
24
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2023)'# Regular expression that finds the content of the days completed badge iun your file.
23
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2023)'# Regular expression that finds the content of the stars badge in your file.
24
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2023)'# Regular expression that finds the content of the days completed badge in your file.
25
25
26
26
27
27
- uses: joblo2213/aoc-badges-action@v3
@@ -30,8 +30,8 @@ jobs:
30
30
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
31
31
year: 2022# The year for which stats should be retrieved
32
32
file: 'README.md'# The file that contains the badges
33
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2022)'# Regular expression that finds the content of the stars badge iun your file.
34
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2022)'# Regular expression that finds the content of the days completed badge iun your file.
33
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2022)'# Regular expression that finds the content of the stars badge in your file.
34
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2022)'# Regular expression that finds the content of the days completed badge in your file.
35
35
36
36
37
37
- uses: joblo2213/aoc-badges-action@v3
@@ -40,62 +40,62 @@ jobs:
40
40
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
41
41
year: 2021# The year for which stats should be retrieved
42
42
file: 'README.md'# The file that contains the badges
43
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2021)'# Regular expression that finds the content of the stars badge iun your file.
44
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2021)'# Regular expression that finds the content of the days completed badge iun your file.
43
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2021)'# Regular expression that finds the content of the stars badge in your file.
44
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2021)'# Regular expression that finds the content of the days completed badge in your file.
45
45
46
46
- uses: joblo2213/aoc-badges-action@v3
47
47
with:
48
48
userid: 23810# your user id, see setup on how to obtain
49
49
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
50
50
year: 2020# The year for which stats should be retrieved
51
51
file: 'README.md'# The file that contains the badges
52
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2020)'# Regular expression that finds the content of the stars badge iun your file.
53
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2020)'# Regular expression that finds the content of the days completed badge iun your file.
52
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2020)'# Regular expression that finds the content of the stars badge in your file.
53
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2020)'# Regular expression that finds the content of the days completed badge in your file.
54
54
55
55
- uses: joblo2213/aoc-badges-action@v3
56
56
with:
57
57
userid: 23810# your user id, see setup on how to obtain
58
58
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
59
59
year: 2019# The year for which stats should be retrieved
60
60
file: 'README.md'# The file that contains the badges
61
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2019)'# Regular expression that finds the content of the stars badge iun your file.
62
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2019)'# Regular expression that finds the content of the days completed badge iun your file.
61
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2019)'# Regular expression that finds the content of the stars badge in your file.
62
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2019)'# Regular expression that finds the content of the days completed badge in your file.
63
63
64
64
- uses: joblo2213/aoc-badges-action@v3
65
65
with:
66
66
userid: 23810# your user id, see setup on how to obtain
67
67
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
68
68
year: 2018# The year for which stats should be retrieved
69
69
file: 'README.md'# The file that contains the badges
70
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2018)'# Regular expression that finds the content of the stars badge iun your file.
71
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2018)'# Regular expression that finds the content of the days completed badge iun your file.
70
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2018)'# Regular expression that finds the content of the stars badge in your file.
71
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2018)'# Regular expression that finds the content of the days completed badge in your file.
72
72
73
73
- uses: joblo2213/aoc-badges-action@v3
74
74
with:
75
75
userid: 23810# your user id, see setup on how to obtain
76
76
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
77
77
year: 2017# The year for which stats should be retrieved
78
78
file: 'README.md'# The file that contains the badges
79
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2017)'# Regular expression that finds the content of the stars badge iun your file.
80
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2017)'# Regular expression that finds the content of the days completed badge iun your file.
79
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2017)'# Regular expression that finds the content of the stars badge in your file.
80
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2017)'# Regular expression that finds the content of the days completed badge in your file.
81
81
82
82
- uses: joblo2213/aoc-badges-action@v3
83
83
with:
84
84
userid: 23810# your user id, see setup on how to obtain
85
85
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
86
86
year: 2016# The year for which stats should be retrieved
87
87
file: 'README.md'# The file that contains the badges
88
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2016)'# Regular expression that finds the content of the stars badge iun your file.
89
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2016)'# Regular expression that finds the content of the days completed badge iun your file.
88
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2016)'# Regular expression that finds the content of the stars badge in your file.
89
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2016)'# Regular expression that finds the content of the days completed badge in your file.
90
90
91
91
- uses: joblo2213/aoc-badges-action@v3
92
92
with:
93
93
userid: 23810# your user id, see setup on how to obtain
94
94
session: ${{ secrets.AOC_SESSION }} # secret containing session code, see setup on how to obtain
95
95
year: 2015# The year for which stats should be retrieved
96
96
file: 'README.md'# The file that contains the badges
97
-
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2015)'# Regular expression that finds the content of the stars badge iun your file.
98
-
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2015)'# Regular expression that finds the content of the days completed badge iun your file.
97
+
starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow&year=2015)'# Regular expression that finds the content of the stars badge in your file.
98
+
daysCompletedRegex: '(?<=https:\/\/img\.shields\.io\/badge\/days%20completed-)[0-9]+(?=-red&year=2015)'# Regular expression that finds the content of the days completed badge in your file.
99
99
100
100
- uses: stefanzweifel/git-auto-commit-action@v4 # Step that pushes these local changes back to your github repo
0 commit comments