Skip to content

Commit

Permalink
Updated github-action-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtharrison authored and github-actions[bot] committed Feb 7, 2023
1 parent aede2cb commit 26ecaa3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Github Action to generate github-actions docs for a composite action.

<!-- BEGIN_ACTION_DOCS -->

# github-actions-docs

Generate GitHub action docs for action

# inputs

| Title | Required | Type | Description |
|-----|-----|-----|-----|
| ACTION_FILE_NAME | True | string |The name of the file to be processed |
| OUTPUT_FILE_NAME | True | string |The file that the output report will be written to |
| OUTPUT_MODE | True | string |The output mode, [update/overwrite]. Update will be inserted after a line containing <!-- INSERT_ACTION_DOCS -->, overwrite will overwrite the whole file |
<!-- END_ACTION_DOCS -->

# Local development
Expand Down

0 comments on commit 26ecaa3

Please sign in to comment.