Skip to content

Commit 011c0f2

Browse files
committed
dafaxy
1 parent 9383923 commit 011c0f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Metrics.yml

Lines changed: 5 additions & 5 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: ["main", "master"]
11+
branches: ["master"]
1212

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

1919
steps:
2020
- name: 🈷️ Languages activity
21-
uses: lowlighter/metrics@65836723097537a54cd8eb90f61839426b4266b6
21+
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
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@65836723097537a54cd8eb90f61839426b4266b6
41+
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
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@65836723097537a54cd8eb90f61839426b4266b6
54+
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
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@65836723097537a54cd8eb90f61839426b4266b6
65+
uses: lowlighter/metrics@37abf50c5c3050f624feb1fc9d50f77c9ff6a2ea
6666
with:
6767
token: ${{ secrets.METRICS_TOKEN }}
6868
user: nocapscripts

0 commit comments

Comments
 (0)