File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ jobs:
270270 token : ${{ secrets.METRICS_TOKEN }}
271271 base : repositories
272272 plugin_lines : yes
273+ plugin_lines_delay : 30
273274 output_action : none
274275 delay : 120
275276 user : lowlighter
@@ -282,6 +283,7 @@ jobs:
282283 token : ${{ secrets.METRICS_TOKEN }}
283284 base : " "
284285 plugin_lines : yes
286+ plugin_lines_delay : 30
285287 plugin_lines_sections : repositories, history
286288 plugin_lines_repositories_limit : 2
287289 plugin_lines_history_limit : 1
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ with:
131131 token : ${{ secrets.METRICS_TOKEN }}
132132 base : repositories
133133 plugin_lines : yes
134+ plugin_lines_delay : 30
134135
135136```
136137``` yaml
@@ -141,6 +142,7 @@ with:
141142 token : ${{ secrets.METRICS_TOKEN }}
142143 base : " "
143144 plugin_lines : yes
145+ plugin_lines_delay : 30
144146 plugin_lines_sections : repositories, history
145147 plugin_lines_repositories_limit : 2
146148 plugin_lines_history_limit : 1
Original file line number Diff line number Diff line change 55 token : ${{ secrets.METRICS_TOKEN }}
66 base : repositories
77 plugin_lines : yes
8+ plugin_lines_delay : 30
89
910- name : Repositories and diff history
1011 uses : lowlighter/metrics@latest
1314 token : ${{ secrets.METRICS_TOKEN }}
1415 base : " "
1516 plugin_lines : yes
17+ plugin_lines_delay : 30
1618 plugin_lines_sections : repositories, history
1719 plugin_lines_repositories_limit : 2
1820 plugin_lines_history_limit : 1
You can’t perform that action at this time.
0 commit comments