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 Feb 22, 2024
1 parent 9ca0bb8 commit e8fb88d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ GitHub Action generates a beautiful, easy-to-read markdown table or YAML code bl
## Table of Contents

* [Usage](#usage)
* [Supported Headings](#supported-headings)
* [Example](#example)
* [Inputs](#inputs)
* [Example workflow](#example-workflow)
Expand All @@ -49,16 +50,20 @@ GitHub Action generates a beautiful, easy-to-read markdown table or YAML code bl
* [Contributors ✨](#contributors-)

## Usage

Add any of the supported headings as a [`H2` header](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#headers) in any location of your markdown file.

### Supported Headings
- `Inputs`
- `Outputs`
- `Secrets` (only supported by reusable workflows)
- `Description` (only supported by actions)

* `Inputs`
* `Outputs`
* `Secrets` (only supported by reusable workflows)
* `Description` (only supported by actions)

### Example

`README.md`

```
Expand Down

0 comments on commit e8fb88d

Please sign in to comment.