-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (29 loc) · 836 Bytes
/
dark.yml
File metadata and controls
34 lines (29 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This workflow configures the user-statistician with the
# dark color theme, but otherwise uses all of
# the defaults. It is configured on a daily schedule at 3am.
name: user-statistician
on:
schedule:
- cron: '0 3 * * *'
push:
branches: [ main, master ]
paths: [ '.github/workflows/dark.yml' ]
workflow_dispatch:
jobs:
stats:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Generate the user stats image
uses: cicirello/user-statistician@v1
with:
colors: dark
hide-keys: followers, following, sponsors
include-title: false
show-border: false
animated-language-chart: true
featured-repository: crosspost-by-post
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}