Skip to content

Commit 1a3b93f

Browse files
authored
Update main.yml
1 parent 161c82e commit 1a3b93f

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/main.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: Metrics
2-
on:
1+
#name: Metrics
2+
#on:
33
# Schedule updates (each hour)
4-
schedule: [{cron: "0 4,22 * * *"}]
4+
# schedule: [{cron: "0 4,22 * * *"}]
55
# Lines below let you run workflow manually and on each commit
6-
workflow_dispatch:
7-
push: {branches: ["main"]}
8-
jobs:
9-
github-metrics:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: lowlighter/metrics@latest
13-
with:
14-
# Your GitHub token
15-
token: ${{ secrets.METRICS_TOKEN }}
16-
plugin_languages: yes
17-
# Options
18-
user: script-0
19-
template: classic
20-
base: header, activity, community, repositories, metadata
21-
config_timezone: Africa/Douala
22-
committer_message: Update Global Stats
6+
# workflow_dispatch:
7+
# push: {branches: ["main"]}
8+
#jobs:
9+
# github-metrics:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - u#ses: lowlighter/metrics@latest
13+
# wi#th:
14+
# ## Your GitHub token
15+
# to#ken: ${{ secrets.METRICS_TOKEN }}
16+
# plu#gin_languages: yes
17+
# # Op#tions
18+
# user: script-0
19+
# template: classic
20+
# base: header, activity, community, repositories, metadata
21+
# config_timezone: Africa/Douala
22+
# committer_message: Update Global Stats

0 commit comments

Comments
 (0)