Skip to content

Commit 5c10330

Browse files
committed
dafaxy
1 parent c3ad60b commit 5c10330

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Metrics.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
# Run on push to main/master
1010
push:
11-
branches: ["master"]
11+
branches: ["master", "main"]
1212

1313
jobs:
1414
github-metrics:
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: 🈷️ Languages activity
21-
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
21+
uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
2222
with:
2323
token: ${{ secrets.METRICS_TOKEN }}
2424
user: nocapscripts
@@ -38,7 +38,7 @@ jobs:
3838
plugin_languages_threshold: 0%
3939

4040
- name: 🏆 Achievements
41-
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
41+
uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
4242
with:
4343
token: ${{ secrets.METRICS_TOKEN }}
4444
user: nocapscripts
@@ -51,7 +51,7 @@ jobs:
5151
plugin_achievements_threshold: C
5252

5353
- name: 📅 Isometric commit calendar
54-
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
54+
uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
5555
with:
5656
token: ${{ secrets.METRICS_TOKEN }}
5757
user: nocapscripts
@@ -62,7 +62,7 @@ jobs:
6262
plugin_isocalendar_duration: full-year
6363

6464
- name: 📰 Recent activity
65-
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
65+
uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
6666
with:
6767
token: ${{ secrets.METRICS_TOKEN }}
6868
user: nocapscripts
@@ -75,7 +75,7 @@ jobs:
7575
plugin_activity_filter: all
7676

7777
- name: 📓 Latest repositories
78-
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
78+
uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
7979
with:
8080
token: ${{ secrets.METRICS_TOKEN }}
8181
user: nocapscripts

0 commit comments

Comments
 (0)