waka-readme/action.yml
Malcolm Davis c5aaa5ad5d Add support for parametrized blocks
- Modify action to support input of block string
- Modify make graph function to support parametrized blocks
- Add tests for parametrized blocks
- Update README with new issue
- Fix some format errors and typos
2020-09-13 03:16:27 -06:00

42 lines
915 B
YAML

name: "Waka - Readme"
author: Athil Cyriac Ajay
description: "Add a Wakatime Coding Activity graph 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
REPOSITORY:
description: "Your GitHub repository"
default: ${{ github.repository }}
required: false
SHOW_TITLE:
description: "Displays the week number and days in Readme as title"
default: false
required: false
COMMIT_MESSAGE:
description: "Add a commit message of your choice"
default: "Updated the Graph with new Metrics"
required: false
BLOCKS:
description: "Add the progress blocks of your choice"
default: "░▒▓█"
required: false
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "info"
color: "blue"