mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
14 lines
320 B
YAML
14 lines
320 B
YAML
# Default configuration for gh-action-readme
|
|
defaults:
|
|
name: "GitHub Action"
|
|
description: "A reusable GitHub Action."
|
|
runs: {}
|
|
branding:
|
|
icon: "activity"
|
|
color: "blue"
|
|
template: "templates/readme.tmpl"
|
|
header: "templates/header.tmpl"
|
|
footer: "templates/footer.tmpl"
|
|
schema: "schemas/action.schema.json"
|
|
|