Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent d1d098d commit f35ce36
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ and/or `Description` (only supported by actions)
bin_path: ''

# Max width of a column
# Default: `"1000"`
# Default: "1000"
col_max_width: ''

# Max number of words per line in a column
# Default: `"5"`
# Default: "5"
col_max_words: ''

# Path to the yaml file
# Default: `"action.yml"`
# Default: "action.yml"
filename: ''

# List of action.yml **input** columns names to display, default
Expand All @@ -89,19 +89,19 @@ and/or `Description` (only supported by actions)

# Boolean indicating whether to output input, output and secret
# names as markdown links
# Default: `"true"`
# Default: "true"
markdown_links: ''

# Path to the output file
# Default: `"README.md"`
# Default: "README.md"
output: ''

# List of action.yml **output** column names to display, default
# (display all columns)
output_columns: ''

# Repository name with owner. For example, tj-actions/auto-doc
# Default: `"${{ github.repository }}"`
# Default: "${{ github.repository }}"
repository: ''

# Boolean Indicating whether the file is a reusable workflow
Expand All @@ -121,16 +121,16 @@ and/or `Description` (only supported by actions)

# GitHub token or Personal Access Token used to fetch
# the repository latest tag.
# Default: `"${{ github.token }}"`
# Default: "${{ github.token }}"
token: ''

# Enable code block documentation
# Default: `"false"`
# Default: "false"
use_code_blocks: ''

# Use the major version of the repository tag e.g
# v1.0.0 -> v1
# Default: `"false"`
# Default: "false"
use_major_version: ''

# The version number to run
Expand Down

0 comments on commit f35ce36

Please sign in to comment.