Files
metrics/source/plugins/gists/README.md

951 B
Raw Blame History

🎫 Gists

The gists plugin displays your gists metrics.

➡️ Available options

Option Type (format) [default] {allowed values} Description
plugin_gists boolean [no] Display gists metrics

Legend for option icons:

  • 🔐 Value should be stored in repository secrets
  • New feature currently in testing on master/main

→ Full specification

Examples workflows

name: Gists
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.gists.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: ''
  plugin_gists: 'yes'