Skip to content

Coding Habits

Coding Habits #752

Workflow file for this run

# Visit https://github.com/lowlighter/metrics#-documentation for full reference
name: Coding Habits
on:
# Schedule updates (At 12:30AM Every Night)
schedule: [{ cron: "30 0 * * *" }]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: { branches: ["master", "main"] }
jobs:
github-metrics:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Midly interesting facts
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.habits.facts.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_habits: yes
plugin_habits_facts: yes
plugin_habits_charts: no
config_timezone: Asia/Calcutta