Files
wakapi-readme-stats/action.yml
2020-07-26 21:12:10 +05:30

64 lines
1.4 KiB
YAML

name: 'Profile Readme Development Stats'
author: Anmol Pratap Singh
description: 'Are you an early 🐤 or a night 🦉? When are you most productive during the day? Let''s check out in your readme!'
inputs:
GH_TOKEN:
description: 'GitHub access token with Repo scope'
required: true
default: ${{ github.token }}
WAKATIME_API_KEY:
description: 'Your Wakatime API Key'
required: true
USERNAME:
description: 'Your GitHub username'
required: false
default: ${{ github.repository_owner }}
SHOW_OS:
required: false
description: 'Show the list of OS Worked on In dev metrics'
default: "True"
SHOW_PROJECTS:
required: false
description: 'Show the list of projects worked on in dev metrics'
default: "True"
SHOW_EDITORS:
required: false
description: 'Show the Editors used in dev metrics'
default: "True"
SHOW_TIMEZONE:
required: false
description: 'Show the time zone in the dev metrics'
default: "True"
SHOW_COMMIT:
required: false
description: "Shows the number of commit graph in the dev metrics"
default: "True"
SHOW_LANGUAGE:
required: false
description: "Show the Coding language used in dev metrics"
default: "True"
SHOW_LINES_OF_CODE:
required: false
description: "Show the Total Lines of code written Badge till date"
default: "False"
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'activity'
color: 'orange'